From dc92d9989bf1e7922a56da77d6a655442ae3a91b Mon Sep 17 00:00:00 2001 From: shibedrill <53824200+shibedrill@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:43:27 -0400 Subject: [PATCH] nothing --- src/command/fun.rs | 1 + 1 file changed, 1 insertion(+) 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");