📝 update doc

This commit is contained in:
yanyongyu 2021-07-20 15:47:52 +08:00
parent ecc613f6c5
commit cb68e0ee1b
2 changed files with 7 additions and 1 deletions

View File

@ -24,6 +24,8 @@ QQ 协议端举例:
2. 运行 exe 文件或者使用 `./go-cqhttp` 启动
3. 生成默认配置文件并修改默认配置
### 选项 1 反向 WebSocket 连接
```yml{2,3,18,57,58}
account:
uin: 机器人QQ号
@ -98,6 +100,10 @@ database:
`cqhttp` 是前述 `register_adapter` 时传入的第一个参数,代表设置的 `CQHTTPBot` 适配器的路径,你可以对不同的适配器设置不同路径以作区别。
### 选项 2 HTTP POST 上报
### 选项 3 正向 WebSocket 连接
## 历史性的第一次对话
一旦新的配置文件正确生效之后NoneBot 所在的控制台(如果正在运行的话)应该会输出类似下面的内容(两条访问日志):

View File

@ -248,7 +248,7 @@ class Bot(BaseBot):
headers = {
"authorization":
f"Bearer {cls.cqhttp_config.access_token}"
}
} if cls.cqhttp_config.access_token else {}
driver.setup_websocket("cqhttp",
self_id,
url,