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') {