mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
fix: arguments index
This commit is contained in:
parent
655fb0999a
commit
aaebccf7ab
@ -77,7 +77,7 @@ disable = "disable"
|
||||
),
|
||||
Subcommand(
|
||||
"list",
|
||||
Args["num", int, 10]["page", int, 1],
|
||||
Args["page", int, 1]["num", int, 10],
|
||||
alias=["ls", "列表"],
|
||||
),
|
||||
Subcommand(
|
||||
|
Loading…
Reference in New Issue
Block a user