From 46170b7b7e9353ca852813d4672c72574ba50363 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sun, 4 Apr 2021 12:04:50 -0500 Subject: [PATCH] Remove extra character --- bot.js | 1 - 1 file changed, 1 deletion(-) 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) => {