SanYeCao-Nonebot/example.env.prod

15 lines
202 B
Text
Raw Permalink Normal View History

2025-02-20 09:33:58 +00:00
DRIVER=~fastapi+~httpx+~websockets
QQ_BOTS='
[
{
"id": "xxx",
"token": "xxx",
"secret": "xxx",
"intent": {
"c2c_group_at_messages": true
},
"use_websocket": true
}
]
'