Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 23, 2024
1 parent 3b3a84b commit 520530a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/say.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use crate::{Context, Error};
#[poise::command(prefix_command, slash_command, owners_only, guild_only)]
pub async fn say(ctx: Context<'_>,
#[description = "Message"] message: String) -> Result<(), Error> {
ctx.reply()
ctx.say(message).await?;

Ok(())
Expand Down

0 comments on commit 520530a

Please sign in to comment.