This commit is contained in:
Dragon Fire
2020-09-15 10:26:38 -04:00
parent 3f2fbaded2
commit 1ac4068268
+4 -6
View File
@@ -118,13 +118,11 @@ module.exports = class AkinatorCommand extends Command {
} else if (verification) {
win = false;
break;
} else if (timesGuessed >= 3 || forceGuess) {
win = true;
break;
} else {
if (timesGuessed < 3 && !forceGuess) {
await msg.say('Hmm... Is that so? I can keep going!');
} else {
win = true;
break;
}
await msg.say('Hmm... Is that so? I can keep going!');
}
}
}