mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 03:57:00 +08:00
📝 fix indent
This commit is contained in:
parent
b0b2b1f681
commit
994b99e462
@ -108,7 +108,6 @@ options:
|
|||||||
如何让 `handler` 添加到 `matcher.handlers`?
|
如何让 `handler` 添加到 `matcher.handlers`?
|
||||||
|
|
||||||
一方面,我们可以参照[这里](../tutorial/plugin/create-handler.md)利用装饰器来添加;另一方面,我们在用 `on()` 或者 `on_*()` 注册事件响应器时,可以添加 `handlers=[handler1, handler2, ...]` 这样的关键词参数来添加。
|
一方面,我们可以参照[这里](../tutorial/plugin/create-handler.md)利用装饰器来添加;另一方面,我们在用 `on()` 或者 `on_*()` 注册事件响应器时,可以添加 `handlers=[handler1, handler2, ...]` 这样的关键词参数来添加。
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
#### 处理 Event
|
#### 处理 Event
|
||||||
|
Loading…
Reference in New Issue
Block a user