This commit is contained in:
shibedrill 2024-04-16 20:43:27 -04:00
parent 2afd097149
commit dc92d9989b

View File

@ -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");