Fix akinator 80 question limit

This commit is contained in:
Dragon Fire
2020-05-19 14:02:44 -04:00
parent 0c04ae9013
commit 40c415ef2a
+1 -1
View File
@@ -48,7 +48,7 @@ module.exports = class AkinatorCommand extends Command {
while (timesGuessed < 3) {
if (ans === null) await aki.start();
else await aki.step(ans);
if (!aki.answers || aki.currentStep >= 79) forceGuess = true;
if (!aki.answers || aki.currentStep >= 78) forceGuess = true;
const answers = aki.answers.map(answer => answer.toLowerCase());
answers.push('end');
await msg.say(stripIndents`