nothing
This commit is contained in:
parent
2afd097149
commit
dc92d9989b
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user