avoid discord notif bug
send notification for pings in interaction replies
This commit is contained in:
parent
71f9fdeb94
commit
a4a691f820
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ pub(crate) async fn lfg(
|
||||||
.allowed_mentions(CreateAllowedMentions::new().roles(vec![ping]));
|
.allowed_mentions(CreateAllowedMentions::new().roles(vec![ping]));
|
||||||
|
|
||||||
ctx.channel_id().send_message(ctx, reply).await?;
|
ctx.channel_id().send_message(ctx, reply).await?;
|
||||||
|
ctx.send(CreateReply::default()).await?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue