From eeaf3649ab52f904ef8f85adae0d5a36715d88eb Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 22 Apr 2024 15:29:42 -0400 Subject: [PATCH] Fix --- commands/games-sp/akinator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index 14d3a38e..ba0f2b74 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -95,6 +95,7 @@ module.exports = class AkinatorCommand extends Command { } await this.sendLoadingMessage(buttonPress, [guessRow]); if (buttonPress.customId === 'true') { + await aki.guess(true, false); win = false; break; } else if (buttonPress.customId === 'false') {