Some changes

This commit is contained in:
TriForMine
2021-10-18 20:34:58 +02:00
parent 36c95f41df
commit b68a5eca6f
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -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);