mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
Some changes
This commit is contained in:
@@ -13,7 +13,7 @@ export async function suppressEmbeds(bot: Bot, channelId: bigint, messageId: big
|
||||
bot.rest,
|
||||
"patch",
|
||||
bot.constants.endpoints.CHANNEL_MESSAGE(channelId, messageId),
|
||||
bot.utils.snakelize({ flags: 4 })
|
||||
{ flags: 4 }
|
||||
);
|
||||
|
||||
return await bot.transformers.message(bot, result);
|
||||
|
||||
Reference in New Issue
Block a user