mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-22 02:25:56 +08:00
📝 fix typo
This commit is contained in:
parent
2dc7107990
commit
430b3467cc
@ -71,7 +71,9 @@ async def do_something(bot: Bot):
|
||||
|
||||
:::
|
||||
|
||||
:::warning 注意 1.在事件处理钩子函数中,与 `matcher` 运行状态相关的函数将不可用,如 `matcher.finish()`
|
||||
:::warning 注意
|
||||
|
||||
1.在事件处理钩子函数中,与 `matcher` 运行状态相关的函数将不可用,如 `matcher.finish()`
|
||||
|
||||
2.如果需要在事件处理钩子函数中打断整个对话的执行,请参考以下范例:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user