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"