mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Longer read time
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user