From f86bc50dbab9410907107732ef01e0658f668361 Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Tue, 6 Aug 2024 00:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=B8=AE=E5=8A=A9=E5=91=BD=E4=BB=A4=E5=8C=B9=E9=85=8D=E4=BC=98?= =?UTF-8?q?=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/help/__init__.py | 2 +- zhenxun/builtin_plugins/help_help.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhenxun/builtin_plugins/help/__init__.py b/zhenxun/builtin_plugins/help/__init__.py index 2c91490d..12021a46 100644 --- a/zhenxun/builtin_plugins/help/__init__.py +++ b/zhenxun/builtin_plugins/help/__init__.py @@ -53,7 +53,7 @@ _matcher = on_alconna( Args["name?", str], Option("-s|--superuser", action=store_true, help_text="超级用户帮助"), ), - aliases={"help", "帮助"}, + aliases={"help", "帮助", "菜单"}, rule=to_me(), priority=1, block=True, diff --git a/zhenxun/builtin_plugins/help_help.py b/zhenxun/builtin_plugins/help_help.py index 697f5dc0..698603fb 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=997) +_matcher = on_message(rule=to_me(), priority=996) _path = IMAGE_PATH / "_base" / "laugh"