diff options
| -rw-r--r-- | bot_discord.js | 4 |
1 files 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; |
