mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
更新README.md
This commit is contained in:
parent
168f83967b
commit
6c5a7782d8
1 changed files with 12 additions and 9 deletions
21
README.md
21
README.md
|
|
@ -82,16 +82,19 @@ DRIVER=~fastapi+~httpx+~websockets
|
||||||
|
|
||||||
QQ_IS_SANDBOX=false
|
QQ_IS_SANDBOX=false
|
||||||
|
|
||||||
QQ_BOTS='[{
|
QQ_BOTS='
|
||||||
"id": "",
|
[
|
||||||
"token": "",
|
{
|
||||||
"secret": "",
|
"id": "xxx",
|
||||||
|
"token": "xxx",
|
||||||
|
"secret": "xxx",
|
||||||
"intent": {
|
"intent": {
|
||||||
"guild_messages": true,
|
"c2c_group_at_messages": true
|
||||||
"c2c_group_at_messages": true
|
},
|
||||||
},
|
"use_websocket": false
|
||||||
"use_websocket": true
|
}
|
||||||
}]'
|
]
|
||||||
|
'
|
||||||
```
|
```
|
||||||
分别在id、token、secret处填写你的机器人ID,机器人Token和Apple Secret,需从[QQ开放平台](https://q.qq.com/)获取。
|
分别在id、token、secret处填写你的机器人ID,机器人Token和Apple Secret,需从[QQ开放平台](https://q.qq.com/)获取。
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue