From 914b47fe231dc3eddb86925ed66b9b51be52142b Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Mon, 9 Sep 2024 22:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E6=94=B9=E9=87=91?= =?UTF-8?q?=E5=B8=81=E6=8E=92=E8=A1=8C=E5=8F=82=E6=95=B0=E5=B8=AE=E5=8A=A9?= =?UTF-8?q?=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/shop/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhenxun/builtin_plugins/shop/__init__.py b/zhenxun/builtin_plugins/shop/__init__.py index 7d741924..9344e936 100644 --- a/zhenxun/builtin_plugins/shop/__init__.py +++ b/zhenxun/builtin_plugins/shop/__init__.py @@ -55,7 +55,7 @@ _matcher = on_alconna( Subcommand("my-props", help_text="我的道具"), Subcommand("buy", Args["name", str]["num", int, 1], help_text="购买道具"), Subcommand("use", Args["name", str]["num?", int, 1], help_text="使用道具"), - Subcommand("gold-list", Args["num", int], help_text="使用道具"), + Subcommand("gold-list", Args["num", int], help_text="金币排行"), ), priority=5, block=True,