forked from Supositware/Haha-Yes
forgot to remove the testing
This commit is contained in:
parent
d25df9faac
commit
0744748281
1 changed files with 1 additions and 1 deletions
|
@ -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!');
|
||||
|
||||
|
|
Loading…
Reference in a new issue