-
Notifications
You must be signed in to change notification settings - Fork 101
File_EX1 「QQGuildBot的安装」
Wuyi无疑 edited this page Dec 4, 2022
·
6 revisions
- 参考NoneBot2安装文档
-
adapter
选择qqguild
(nb adapter install nonebot-adapter-qqguild
)
git clone -b QQGuildBot https://ghproxy.com/https://github.com/KimigaiiWuyi/GenshinUID.git --depth=1 --single-branch
.env
的配置参考如下(部分敏感信息以*
代替)
HOST=127.0.0.1
PORT=8080
LOG_LEVEL=DEBUG
FASTAPI_RELOAD=false
DRIVER=~fastapi+~websockets+~httpx
SUPERUSERS=[7689493**07987945**]
COMMAND_START=["","/"]
QQGUILD_BOTS=[{"id":10*****1,"token":"T3an********QQebo","secret":"c8b91********940","intent":{"direct_message": true}}]
QQGUILD_IS_SANDBOX=false