Gateway helpers

This commit is contained in:
TriForMine
2021-10-21 17:41:47 +02:00
parent 9eed90f8ed
commit 17115e7681
50 changed files with 121 additions and 110 deletions
+1 -1
View File
@@ -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);
}