diff --git a/commands/games/battle.js b/commands/games/battle.js index 2afd0513..1d0f7b15 100644 --- a/commands/games/battle.js +++ b/commands/games/battle.js @@ -33,7 +33,7 @@ module.exports = class BattleCommand extends Command { await msg.say(`${opponent}, do you accept this challenge?`); const verification = await verify(msg.channel, opponent); if (!verification) { - this.fighting.delete(msg.channel.id); + this.battles.delete(msg.channel.id); return msg.say('Looks like they declined...'); } } diff --git a/package.json b/package.json index 168c70a6..4dd3aff4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "94.0.2", + "version": "94.0.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {