From 0e393b6d400676ce924f6baeb6248ec82b396571 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 7 Sep 2017 22:41:00 +0000 Subject: [PATCH] Beep --- commands/games/emoji-emoji-revolution.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games/emoji-emoji-revolution.js b/commands/games/emoji-emoji-revolution.js index d32243ec..ef126221 100644 --- a/commands/games/emoji-emoji-revolution.js +++ b/commands/games/emoji-emoji-revolution.js @@ -64,6 +64,7 @@ module.exports = class EmojiEmojiRevolutionCommand extends Command { **${opponent.username}:** ${oPts} `); } + this.playing.delete(msg.channel.id); if (aPts === oPts) return msg.say('It\'s a tie!'); return msg.say(`You win ${aPts > oPts ? msg.author : opponent} with ${aPts > oPts ? aPts : oPts} points!`); } catch (err) {