mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Longer read time
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = class KinoCommand extends Command {
|
|||||||
|
|
||||||
_Proceed?_
|
_Proceed?_
|
||||||
`);
|
`);
|
||||||
const verification = await verify(msg.channel, msg.author, { time: 120000 });
|
const verification = await verify(msg.channel, msg.author, { time: 300000 });
|
||||||
if (!verification) {
|
if (!verification) {
|
||||||
end = true;
|
end = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user