mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
🚧 update aiohttp driver
This commit is contained in:
@ -147,7 +147,7 @@ CQHTTP 配置类
|
||||
|
||||
* **说明**
|
||||
|
||||
检查消息开头是否存在,去除并赋值 `event.to_me`
|
||||
检查消息开头是否存在昵称,去除并赋值 `event.to_me`
|
||||
|
||||
|
||||
|
||||
|
@ -61,6 +61,28 @@ sidebarDepth: 0
|
||||
|
||||
|
||||
|
||||
## _exception_ `DriverException`
|
||||
|
||||
基类:`nonebot.exception.NoneBotException`
|
||||
|
||||
|
||||
* **说明**
|
||||
|
||||
代表 `Driver` 抛出的异常
|
||||
|
||||
|
||||
|
||||
## _exception_ `SetupFailed`
|
||||
|
||||
基类:`nonebot.exception.DriverException`
|
||||
|
||||
|
||||
* **说明**
|
||||
|
||||
`ForwardDriver` 建立连接失败
|
||||
|
||||
|
||||
|
||||
## _exception_ `PausedException`
|
||||
|
||||
基类:`nonebot.exception.NoneBotException`
|
||||
|
Reference in New Issue
Block a user