From 6bb8baba4e2420cee00852f596c4bec9e14929d7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 7 Jun 2021 20:11:35 -0400 Subject: [PATCH] Fix --- commands/games-sp/akinator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {