diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index c2e07621..157ddbe6 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -55,7 +55,7 @@ module.exports = class AkinatorCommand extends Command { max: 1, time: 30000 }); - if (initialVerify.customId === 'false') return initialVerify.update('Too bad...', { components: [] }); + if (buttonPress.customId === 'false') return initialVerify.update('Too bad...', { components: [] }); } catch { return gameMsg.edit('Guess you didn\'t want to play after all...', { components: [] }); }