From 278a5319a4758cb0aaccf4ae05d44e1fb6c11063 Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Tue, 6 Aug 2024 00:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=B8=AE=E5=8A=A9=E5=91=BD=E4=BB=A4=E5=8C=B9=E9=85=8D=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/help_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhenxun/builtin_plugins/help_help.py b/zhenxun/builtin_plugins/help_help.py index 698603fb..3a8a10ca 100644 --- a/zhenxun/builtin_plugins/help_help.py +++ b/zhenxun/builtin_plugins/help_help.py @@ -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"