Increase kino time

This commit is contained in:
Dragon Fire
2021-06-10 10:28:27 -04:00
parent bc1b737955
commit 30c09893bb
+1 -1
View File
@@ -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();