From 9960929b541ceb28bda6cf64c6e68c221e655fc5 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 24 May 2017 03:26:47 +0000 Subject: [PATCH] Remove Console Log --- XiaoBot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/XiaoBot.js b/XiaoBot.js index ba852e3d..67592fd6 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -81,7 +81,6 @@ client.on('message', async (msg) => { client.on('messageReactionAdd', (reaction, user) => { if (reaction.emoji.name !== '⭐') return; if (reaction.count > 1) return; - console.log(reaction.count, reaction); const msg = reaction.message; const channel = msg.guild.channels.get(msg.guild.settings.get('starboard')); if (!channel) return;