From a1b9ea9fcbea2268bec58d609395f6aa7d61ccfe Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 30 Jan 2023 19:38:26 -0500 Subject: [PATCH] Tweak timings --- modules/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); }