mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
fix: dumb deno fmt
This commit is contained in:
@@ -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
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user