调整缩进

This commit is contained in:
hemengyang
2022-01-12 19:10:29 +08:00
parent 6d21cbed55
commit 0e97022d3b
18 changed files with 309 additions and 319 deletions

View File

@ -237,8 +237,8 @@ async def handle_event(bot: "Bot", event: "Event") -> None:
处理一个事件。调用该函数以实现分发事件。
参数:
bot: Bot 对象
event: Event 对象
bot: Bot 对象
event: Event 对象
用法:
```python