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;