diff --git a/bot.js b/bot.js index 312ca10..c62fc60 100644 --- a/bot.js +++ b/bot.js @@ -46,7 +46,6 @@ client.on("message", async message => { const filter = reaction => { return reaction.emoji.name === '😎'; }; - const collector = message.createReactionCollector(filter); collector.on('collect', (reaction, user) => {