diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index 3c5e9a74..b5c791b0 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -145,8 +145,8 @@ module.exports = class AkinatorCommand extends Command { win = 'time'; break; } - const guessResult = verification.first(); - if (guessResult.customID === 'true') { + buttonPress = verification.first(); + if (buttonPress.customID === 'true') { win = false; break; } else if (timesGuessed >= 3 || forceGuess) {