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