📝 update some advanced docs

This commit is contained in:
AkiraXie
2022-02-04 15:12:02 +08:00
parent 4d5cc03454
commit e8bb66ca48
5 changed files with 52 additions and 35 deletions

View File

@ -92,7 +92,7 @@ async def handle_api_result(bot: Bot, exception: Optional[Exception], api: str,
pass
```
## 事件处理钩子
## 事件钩子函数
这些钩子函数指的是影响 `nonebot2` 进行 `事件处理` 的函数。