diff --git a/src/main.rs b/src/main.rs index 09f7aca..e211b07 100755 --- a/src/main.rs +++ b/src/main.rs @@ -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)