nothing
This commit is contained in:
parent
2afd097149
commit
dc92d9989b
@ -5,6 +5,7 @@ use crate::Error;
|
|||||||
/// MAKE HER BLEAT
|
/// MAKE HER BLEAT
|
||||||
#[poise::command(slash_command)]
|
#[poise::command(slash_command)]
|
||||||
pub async fn bleat(ctx: Context<'_>) -> Result<(), Error> {
|
pub async fn bleat(ctx: Context<'_>) -> Result<(), Error> {
|
||||||
|
|
||||||
ctx.say("BLEAT TEST")
|
ctx.say("BLEAT TEST")
|
||||||
.await?;
|
.await?;
|
||||||
info!("Executed command `bleat` successfully");
|
info!("Executed command `bleat` successfully");
|
||||||
|
Loading…
Reference in New Issue
Block a user