This commit is contained in:
Dragon Fire
2024-04-22 15:40:25 -04:00
parent 21b58e8e6c
commit f4dc64ce5b
+3 -1
View File
@@ -63,7 +63,9 @@ module.exports = class AkinatorCommand extends Command {
await aki.start();
} else if (wentBack) {
wentBack = false;
} else if (!guessedLastTurn) {
} else if (guessedLastTurn) {
guessedLastTurn = false;
} else {
await aki.step(ans);
}
if (aki.guessed) {