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