Tweak timings

This commit is contained in:
Skylar Grant 2023-01-30 19:38:26 -05:00
parent 73541fbec6
commit a1b9ea9fcb
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ const functions = {
}
} catch (err) {
console.error(err);
await this.sleep(30000).then(() => {
await this.sleep(5000).then(() => {
this.checkReady(client);
});
}