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