From f02cb9aedfa0ae192368bfb2587eb5609937978a Mon Sep 17 00:00:00 2001 From: Agatha Rose Date: Thu, 11 Jun 2020 21:33:35 +0300 Subject: [PATCH] typo in help --- src/main.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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)