mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-26 04:20:28 +08:00
commit
6b50a57348
@ -290,7 +290,7 @@ def on_fullmatch(
|
|||||||
ignorecase: bool = False,
|
ignorecase: bool = False,
|
||||||
_depth: int = 0,
|
_depth: int = 0,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
) -> Matcher:
|
) -> Type[Matcher]:
|
||||||
"""
|
"""
|
||||||
注册一个消息事件响应器,并且当消息的**文本部分**与指定内容完全一致时响应。
|
注册一个消息事件响应器,并且当消息的**文本部分**与指定内容完全一致时响应。
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user