From 21b9a1ded7351cd998741a15a4d400fd810c58be Mon Sep 17 00:00:00 2001 From: Agatha Rose Date: Wed, 20 May 2020 16:55:15 +0300 Subject: [PATCH] Update help --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index dbe5082..6e16b39 100755 --- a/src/main.rs +++ b/src/main.rs @@ -525,6 +525,7 @@ fn help(ctx: &mut Context, message: &Message) -> CommandResult { "Create an embed from a Toml object", true, ), + ("owo!desc", "Display channel's topic", true), ("owo!ship ``[names]``", "*Shipping intensifies*", true), ("owo!headpat ``name``", "Headpat someone", true), ("owo!owo ``text``", "owoify input text", true),