diff --git a/src/commands/general.rs b/src/commands/general.rs index 991961c..fba1293 100644 --- a/src/commands/general.rs +++ b/src/commands/general.rs @@ -286,6 +286,7 @@ async fn _image(ctx: &Context, msg: &Message, mut args: Args) -> crate::commands #[command] async fn button(ctx: &Context, msg: &Message) -> CommandResult { + msg.delete(ctx).await?; msg.channel_id .send_message(ctx, |msg| { msg.content("An innofensive button").components(|f| {