fix: dumb deno fmt

This commit is contained in:
Skillz4Killz
2022-03-25 18:30:30 +00:00
committed by GitHub
parent 6e7f9fb5f5
commit 0ea64491a3
@@ -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
? {