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": {