mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
Gateway helpers
This commit is contained in:
@@ -16,5 +16,5 @@ export async function suppressEmbeds(bot: Bot, channelId: bigint, messageId: big
|
||||
{ flags: 4 }
|
||||
);
|
||||
|
||||
return await bot.transformers.message(bot, result);
|
||||
return bot.transformers.message(bot, result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user