mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
Merge e08d89350f into e5b2a872d3
This commit is contained in:
commit
5fbb278f74
@ -78,12 +78,18 @@ _matcher = on_alconna(
|
|||||||
Option("-s|--superuser", action=store_true, help_text="超级用户帮助"),
|
Option("-s|--superuser", action=store_true, help_text="超级用户帮助"),
|
||||||
Option("-d|--detail", action=store_true, help_text="详细帮助"),
|
Option("-d|--detail", action=store_true, help_text="详细帮助"),
|
||||||
),
|
),
|
||||||
aliases={"help", "帮助", "菜单"},
|
aliases={"help", "菜单"},
|
||||||
rule=to_me(),
|
rule=to_me(),
|
||||||
priority=1,
|
priority=1,
|
||||||
block=True,
|
block=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
_matcher.shortcut(
|
||||||
|
r"帮助(?P<name>.*?)",
|
||||||
|
command="功能",
|
||||||
|
arguments=["{name}"],
|
||||||
|
prefix=True,
|
||||||
|
)
|
||||||
|
|
||||||
_matcher.shortcut(
|
_matcher.shortcut(
|
||||||
r"详细帮助",
|
r"详细帮助",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user