diff --git a/helpers/interactions/followups/editFollowupMessage.ts b/helpers/interactions/followups/editFollowupMessage.ts index 878318cd4..086a91ced 100644 --- a/helpers/interactions/followups/editFollowupMessage.ts +++ b/helpers/interactions/followups/editFollowupMessage.ts @@ -16,7 +16,7 @@ export async function editFollowupMessage( bot.constants.endpoints.WEBHOOK_MESSAGE(bot.applicationId, interactionToken, messageId), { content: options.content, - embeds: options.embeds?.map(embed => bot.transformers.reverse.embed(bot, embed)), + embeds: options.embeds?.map((embed) => bot.transformers.reverse.embed(bot, embed)), file: options.file, allowed_mentions: options.allowedMentions ? {