mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🐛 修改金币排行参数帮助文本
This commit is contained in:
parent
d0ea35a7ca
commit
914b47fe23
@ -55,7 +55,7 @@ _matcher = on_alconna(
|
|||||||
Subcommand("my-props", help_text="我的道具"),
|
Subcommand("my-props", help_text="我的道具"),
|
||||||
Subcommand("buy", Args["name", str]["num", int, 1], help_text="购买道具"),
|
Subcommand("buy", Args["name", str]["num", int, 1], help_text="购买道具"),
|
||||||
Subcommand("use", 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,
|
priority=5,
|
||||||
block=True,
|
block=True,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user