🏷️ fix fullmatch return type error

This commit is contained in:
yanyongyu 2022-02-18 11:12:19 +08:00
parent 6586f28f6a
commit 6920ec3a11
No known key found for this signature in database
GPG Key ID: 796D8A7FB73396EB

View File

@ -290,7 +290,7 @@ def on_fullmatch(
ignorecase: bool = False,
_depth: int = 0,
**kwargs,
) -> Matcher:
) -> Type[Matcher]:
"""
注册一个消息事件响应器并且当消息的**文本部分**与指定内容完全一致时响应