This commit is contained in:
Daniel Odendahl Jr
2017-09-08 03:30:18 +00:00
parent 890e3216d6
commit b42ddbd754
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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...');
}
}