typo in help
This commit is contained in:
parent
7b6829bc43
commit
7484470753
|
@ -618,11 +618,8 @@ fn help(ctx: &mut Context, message: &Message) -> CommandResult {
|
|||
("owo!owo ``text``", "owoify input text", true),
|
||||
("\u{200B}", "**Admin commands:**", false),
|
||||
("owo!halt", "Kill the bot process", true),
|
||||
("owo!status ``[args]``", "Sets the bot status", true)(
|
||||
"owo!servers",
|
||||
"List the servers I'm in",
|
||||
true,
|
||||
),
|
||||
("owo!status ``[args]``", "Sets the bot status", true),
|
||||
("owo!servers", "List the servers I'm in", true),
|
||||
("owo!host", "Display host info", true),
|
||||
])
|
||||
.color(0xffd1dc)
|
||||
|
|
Loading…
Reference in New Issue