From a6d2ae1c7d6c721193e4d1f8b95cf924bc248143 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 7 Sep 2017 22:12:50 +0000 Subject: [PATCH] Beep --- commands/games/emoji-emoji-revolution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/emoji-emoji-revolution.js b/commands/games/emoji-emoji-revolution.js index 2ae6d86e..d32243ec 100644 --- a/commands/games/emoji-emoji-revolution.js +++ b/commands/games/emoji-emoji-revolution.js @@ -36,7 +36,7 @@ module.exports = class EmojiEmojiRevolutionCommand extends Command { time: 30000 }); if (!verify.size || !['yes', 'y'].includes(verify.first().content.toLowerCase())) { - this.fighting.delete(msg.channel.id); + this.playing.delete(msg.channel.id); return msg.say('Looks like they declined...'); } let turn = 0;