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();