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;