From 0fd562f0cf0dbabd3f2540ba2cc8d0d7ab376ec9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 9 Jun 2021 22:39:37 -0400 Subject: [PATCH] Fix --- commands/other/kino.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {