From 2aaca5141ce7ba104fde3a91c2fc5f33047bec2f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 14 Oct 2023 03:35:32 -0400 Subject: That was not meant to be in prod code --- bot_discord.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot_discord.js b/bot_discord.js index b32e018..0c09bfb 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -384,7 +384,7 @@ client.on('guildDelete', (guild) => { if (!statusChannel) return; statusChannel.send({ embeds: [logEmbed]}); }); - +/* client.on("messageReactionAdd", async (reaction, user) => { // When a reaction is received, check if the structure is partial if (reaction.partial) { @@ -403,7 +403,7 @@ client.on("messageReactionAdd", async (reaction, user) => { // The reaction is now also fully available and the properties will be reflected accurately: console.log(`${reaction.count} user(s) have given the same reaction to this message!`); }); - +*/ client.on('messageCreate', async(msg) => { if (!client.application?.owner) await client.application?.fetch(); if (msg.author.bot) return; -- cgit v1.2.3