diff --git a/modules/functions.js b/modules/functions.js index 46f464a..6e75037 100644 --- a/modules/functions.js +++ b/modules/functions.js @@ -586,7 +586,7 @@ const functions = { } } catch (err) { console.error(err); - await this.sleep(30000).then(() => { + await this.sleep(5000).then(() => { this.checkReady(client); }); }