mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-29 22:16:42 +00:00 
			
		
		
		
	📝 update api docs
This commit is contained in:
		| @@ -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)) | ``` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user