✏️ fix typo in docs

This commit is contained in:
Mix
2021-02-07 17:16:12 +08:00
parent f625c34269
commit f3b77a7f60
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
`bot.py` 文件中添加以下行:
```python{5}
```python{8}
import nonebot
from nonebot.adapters.cqhttp import Bot
@ -24,6 +24,7 @@ if __name__ == "__main__":
::: warning
目前, 内建插件仅支持 CQHTTP 的 Adapter
如果您使用的是其他 Adapter, 请移步该 Adapter 相应的文档
:::