diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index fee94c94..9d626bdf 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -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) {