mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
⚡️ 优化帮助命令匹配规则
This commit is contained in:
parent
f86bc50dba
commit
278a5319a4
@ -25,7 +25,7 @@ __plugin_meta__ = PluginMetadata(
|
||||
)
|
||||
|
||||
|
||||
_matcher = on_message(rule=to_me(), priority=996)
|
||||
_matcher = on_message(rule=to_me(), priority=996, block=False)
|
||||
|
||||
|
||||
_path = IMAGE_PATH / "_base" / "laugh"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user