From 30c09893bb6db50f3c63a4b81fcb49946b25803f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 10 Jun 2021 10:28:27 -0400 Subject: [PATCH] Increase kino time --- 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 28c69ce7..45a8dcd6 100644 --- a/commands/other/kino.js +++ b/commands/other/kino.js @@ -97,7 +97,7 @@ module.exports = class KinoCommand extends Command { `, { components: [row] }); const interactions = await initialMsg.awaitMessageComponentInteractions(filter, { max: 1, - time: 15000 + time: 120000 }); if (!interactions.size) break; choice = interactions.first();