diff --git a/src/commands/lfg.rs b/src/commands/lfg.rs index 386c171..22e6f11 100644 --- a/src/commands/lfg.rs +++ b/src/commands/lfg.rs @@ -123,6 +123,7 @@ pub(crate) async fn lfg( .allowed_mentions(CreateAllowedMentions::new().roles(vec![ping])); ctx.channel_id().send_message(ctx, reply).await?; + ctx.send(CreateReply::default()).await?; Ok(()) }