mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 15:06:42 +00:00 
			
		
		
		
	✏️ fix typo
This commit is contained in:
		| @@ -42,7 +42,7 @@ async def _(): | ||||
|  | ||||
| ## pause | ||||
|  | ||||
| 向用户回复一条消息(可选),并立即当前事件处理依赖并等待接收一个新的事件后进入下一个事件处理依赖。 | ||||
| 向用户回复一条消息(可选),并立即结束当前事件处理依赖并等待接收一个新的事件后进入下一个事件处理依赖。 | ||||
|  | ||||
| 类似于 `receive` 的行为但可以根据事件来决定是否接收新的事件。 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user