diff --git a/src/bot/handler.rs b/src/bot/handler.rs index 5089ea8..67ecb04 100644 --- a/src/bot/handler.rs +++ b/src/bot/handler.rs @@ -347,7 +347,9 @@ impl Handler { .edit_message( &ctx.http, msg_id, - EditWebhookMessage::new().components(components), + EditWebhookMessage::new() + .components(components) + .allowed_mentions(CreateAllowedMentions::new()), ) .await?; } else if !is_remove {