From 34c8df604aca3f77ed65a44ccc44fd90e61db341 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 21 Mar 2024 16:38:15 -0400 Subject: [PATCH] Fix --- commands/games-sp/akinator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [] }); }