fix: clear allowedmentions on edit
All checks were successful
Build / Build (push) Successful in 45s
Build / docker (push) Successful in 17s

This commit is contained in:
파링 2026-02-04 20:57:11 +09:00
parent 1e076595d6
commit 76febc7c47
Signed by: paring
SSH key fingerprint: SHA256:8uCHhCpn/gVOLEaTolmbub9kfM6XBxWkIWmHxUZoWWk

View file

@ -347,7 +347,9 @@ impl Handler {
.edit_message( .edit_message(
&ctx.http, &ctx.http,
msg_id, msg_id,
EditWebhookMessage::new().components(components), EditWebhookMessage::new()
.components(components)
.allowed_mentions(CreateAllowedMentions::new()),
) )
.await?; .await?;
} else if !is_remove { } else if !is_remove {