This commit is contained in:
Dragon Fire
2024-03-21 16:41:47 -04:00
parent 268a2f5946
commit a0bb0873db
+1 -1
View File
@@ -55,7 +55,7 @@ module.exports = class AkinatorCommand extends Command {
max: 1,
time: 30000
});
if (buttonPress.customId === 'false') return initialVerify.update('Too bad...', { components: [] });
if (buttonPress.customId === 'false') return buttonPress.update('Too bad...', { components: [] });
} catch {
return gameMsg.edit('Guess you didn\'t want to play after all...', { components: [] });
}