🚧 update aiohttp driver

This commit is contained in:
yanyongyu
2021-07-19 01:20:17 +08:00
parent 5768b5bdd6
commit 637c48aea7
7 changed files with 347 additions and 9 deletions

View File

@ -147,7 +147,7 @@ CQHTTP 配置类
* **说明**
检查消息开头是否存在,去除并赋值 `event.to_me`
检查消息开头是否存在昵称,去除并赋值 `event.to_me`

View File

@ -61,6 +61,28 @@ sidebarDepth: 0
## _exception_ `DriverException`
基类:`nonebot.exception.NoneBotException`
* **说明**
代表 `Driver` 抛出的异常
## _exception_ `SetupFailed`
基类:`nonebot.exception.DriverException`
* **说明**
`ForwardDriver` 建立连接失败
## _exception_ `PausedException`
基类:`nonebot.exception.NoneBotException`