mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-01-31 15:41:36 +08:00
👀🤔修复一个小bug
This commit is contained in:
parent
1116d033d0
commit
1249abd5de
@ -27,7 +27,12 @@ status_alc = on_alconna(
|
||||
aliases={"状态"},
|
||||
command=Alconna(
|
||||
"status",
|
||||
Option("-r|--refresh", alias={"refr", "r", "刷新"}, action=store_true),
|
||||
Option(
|
||||
"-r|--refresh",
|
||||
default=False,
|
||||
alias={"refr", "r", "刷新"},
|
||||
action=store_true,
|
||||
),
|
||||
Subcommand(
|
||||
"memory",
|
||||
alias={"mem", "m", "内存"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user