mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
b68a5eca6f
commit
d1800006a4
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user