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