From 508c6dc0fba46ea6278ea2826068dbdbe1a07c7e Mon Sep 17 00:00:00 2001 From: lemonsh Date: Sun, 17 Jul 2022 21:00:27 +0200 Subject: [PATCH] Update help command --- src/commands/help.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commands/help.rs b/src/commands/help.rs index e7f73c8..bfcf1e0 100644 --- a/src/commands/help.rs +++ b/src/commands/help.rs @@ -3,10 +3,10 @@ use async_trait::async_trait; const HELP: &str = concat!( "=- \x1d\x02Überbot\x0f ", env!("CARGO_PKG_VERSION"), " -=\r\n", - " * waifu \r\n", - " * owo/mock/leet [user]\r\n", - " * ev \r\n", - " - This bot also provides titles of URLs and details for Spotify URIs/links. It can also resolve sed expressions." + " * waifu * grab [count] \r\n", + " * owo/mock/leet [user] * quot \r\n", + " * ev * qsearch \r\n", + " - This bot can also resolve HTML titles, Spotify links and a subset of sed expressions." ); pub struct Help;