forgot to remove the testing

This commit is contained in:
loicbersier 2019-01-04 19:46:19 +01:00
parent d25df9faac
commit 0744748281

View file

@ -33,7 +33,7 @@ class MessageReactionAddListener extends Listener {
channel.send({ embed: starEmbed});
return channel.send(`From: ${reaction.message.channel} ID: ${reaction.message.id} \n${messageAttachments}`);
}
if (reaction.emoji.name === '✡' && reaction.count === 1) {
if (reaction.emoji.name === '✡' && reaction.count === 4) {
if (messageID.includes(reaction.message.id))
return console.log('Message already in starboard!');