Longer read time

This commit is contained in:
Dragon Fire
2021-03-10 20:10:27 -05:00
parent 0aa0f62b0a
commit 3d3234600e
+1 -1
View File
@@ -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;