Remove Console Log

This commit is contained in:
Daniel Odendahl Jr
2017-05-24 03:26:47 +00:00
parent c185554186
commit 9960929b54
-1
View File
@@ -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;