Add missing command help
This commit is contained in:
parent
5e181b7a0a
commit
bd6481f1a1
@ -178,6 +178,7 @@ pub async fn contact(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Get info about the bot itself
|
||||
#[poise::command(slash_command)]
|
||||
pub async fn about(ctx: poise::Context<'_, Data, serenity::Error>) -> Result<(), serenity::Error> {
|
||||
ctx.say(format!(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user