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