2 seconds is apparently too fast
This commit is contained in:
parent
0f65b56dcc
commit
c72ad77b6e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class borgarCommand extends Command {
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
return message.reply('time runned out noob...');
|
return message.reply('time runned out noob...');
|
||||||
});
|
});
|
||||||
}, 2000);
|
}, 3000);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue