SanYeCao-Nonebot/example.env.prod

15 lines
202 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
},
2025-01-16 09:07:05 +00:00
"use_websocket": true
2025-01-04 14:38:51 +00:00
}
]
'