feat: 使用WSAdapter作为yirimirai默认适配器

This commit is contained in:
Rock Chin
2022-12-21 14:17:57 +08:00
parent abc45e3e0d
commit 4d17c8362e
2 changed files with 26 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ import logging
# verifyKey: mirai-api-http的verifyKey
# qq: 机器人的QQ号
mirai_http_api_config = {
"adapter": "HTTPAdapter",
"adapter": "WebSocketAdapter",
"host": "localhost",
"port": 8080,
"verifyKey": "yirimirai",