From bd6481f1a1df30b402978fc40bcbe63d11413b87 Mon Sep 17 00:00:00 2001 From: August Date: Thu, 21 May 2026 21:46:36 -0400 Subject: [PATCH] Add missing command help --- src/bot_runner.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bot_runner.rs b/src/bot_runner.rs index d344ab1..7d91837 100644 --- a/src/bot_runner.rs +++ b/src/bot_runner.rs @@ -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!(