diff --git a/commands/other/kino.js b/commands/other/kino.js index e38ba894..709019e1 100644 --- a/commands/other/kino.js +++ b/commands/other/kino.js @@ -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) {