From 0ea64491a320fe10906868ef731cf5680368d0a6 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 25 Mar 2022 18:30:30 +0000 Subject: [PATCH] fix: dumb deno fmt --- helpers/interactions/followups/editFollowupMessage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? {