avoid discord notif bug

send notification for pings in interaction replies
This commit is contained in:
Stachelbeere1248 2025-05-21 16:12:22 +02:00
parent 71f9fdeb94
commit a4a691f820
Signed by: Stachelbeere1248
SSH key fingerprint: SHA256:IozEKdw2dB8TZxkpPdMxcWSoWTIMwoLaCcZJ1AJnY2o

View file

@ -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(())
}