diff --git a/src/command/fun.rs b/src/command/fun.rs index aea4756..b8e6f64 100644 --- a/src/command/fun.rs +++ b/src/command/fun.rs @@ -5,6 +5,7 @@ use crate::Error; /// MAKE HER BLEAT #[poise::command(slash_command)] pub async fn bleat(ctx: Context<'_>) -> Result<(), Error> { + ctx.say("BLEAT TEST") .await?; info!("Executed command `bleat` successfully");