🔀 Merge pull request #815

Fix: 修复 on_fullmatch 返回类型错误
This commit is contained in:
Ju4tCode 2022-02-18 14:07:41 +08:00 committed by GitHub
commit 6b50a57348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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