mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 01:18:19 +08:00
📝 update api docs
This commit is contained in:
parent
872df975f5
commit
8524c32b93
@ -137,7 +137,7 @@ NoneBot 内部处理并按优先级分发事件给所有事件响应器,提供
|
||||
* **示例**
|
||||
|
||||
|
||||
..code-block:: python
|
||||
|
||||
> import asyncio
|
||||
> asyncio.create_task(handle_event(bot, event))
|
||||
```python
|
||||
import asyncio
|
||||
asyncio.create_task(handle_event(bot, event))
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user