SanYeCao-Nonebot/example.env.prod
2025-01-04 22:38:51 +08:00

15 lines
No EOL
203 B
Text

DRIVER=~fastapi+~httpx+~websockets
QQ_BOTS='
[
{
"id": "xxx",
"token": "xxx",
"secret": "xxx",
"intent": {
"c2c_group_at_messages": true
},
"use_websocket": false
}
]
'