change: prettier code

This commit is contained in:
TriForMine
2021-10-18 18:35:40 +00:00
committed by GitHub Action
parent b68a5eca6f
commit d1800006a4

View File

@@ -10,7 +10,7 @@ export async function suppressEmbeds(bot: Bot, channelId: bigint, messageId: big
await bot.utils.requireBotChannelPermissions(bot, channelId, message ? ["MANAGE_MESSAGES"] : ["SEND_MESSAGES"]);
const result = await bot.rest.runMethod<SnakeCasedPropertiesDeep<Message>>(
bot.rest,
bot.rest,
"patch",
bot.constants.endpoints.CHANNEL_MESSAGE(channelId, messageId),
{ flags: 4 }