This commit is contained in:
Dragon Fire
2021-06-09 22:39:37 -04:00
parent d7011ed916
commit 0fd562f0cf
+1 -1
View File
@@ -75,7 +75,7 @@ module.exports = class KinoCommand extends Command {
max: 1,
time: 15000
});
if (!initialInteractions.size) break;
if (!initialInteractions.size) return initialMsg.update('Maybe next time!');
const choice = initialInteractions.first().customID;
if (choice === 'end') return initialMsg.update('Maybe next time!');
while (!end) {