From b42ddbd75401bd7bbe3366507af0dafeaf8ae7b2 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 8 Sep 2017 03:30:18 +0000 Subject: [PATCH] Fix --- commands/games/tic-tac-toe.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/games/tic-tac-toe.js b/commands/games/tic-tac-toe.js index 22a72e57..ec2e9d77 100644 --- a/commands/games/tic-tac-toe.js +++ b/commands/games/tic-tac-toe.js @@ -34,7 +34,7 @@ module.exports = class TicTacToeCommand 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...'); } } diff --git a/package.json b/package.json index 6ce31b09..59a11549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "37.5.2", + "version": "37.5.3", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {