typo in help

This commit is contained in:
Agatha Rose 2020-06-11 21:33:35 +03:00
parent 186c82998a
commit f02cb9aedf
No known key found for this signature in database
GPG Key ID: 3F9F2317B3D5C3AC
1 changed files with 2 additions and 5 deletions

View File

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