SanYeCao-Nonebot/example.env.prod

15 lines
203 B
Text
Raw Normal View History

2025-01-04 14:38:51 +00:00
DRIVER=~fastapi+~httpx+~websockets
QQ_BOTS='
[
{
"id": "xxx",
"token": "xxx",
"secret": "xxx",
"intent": {
"c2c_group_at_messages": true
},
"use_websocket": false
}
]
'