From 3d3234600e976ebbd492f5d5ee2e118e1a7a4d79 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 10 Mar 2021 20:10:27 -0500 Subject: [PATCH] Longer read 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 a834ce6e..8aeafe43 100644 --- a/commands/other/kino.js +++ b/commands/other/kino.js @@ -54,7 +54,7 @@ module.exports = class KinoCommand extends Command { _Proceed?_ `); - const verification = await verify(msg.channel, msg.author, { time: 120000 }); + const verification = await verify(msg.channel, msg.author, { time: 300000 }); if (!verification) { end = true; break;