From e530b475332ead83d77027ad5f3799141e8a5de5 Mon Sep 17 00:00:00 2001 From: Lea Date: Sun, 30 Apr 2023 07:20:12 +0000 Subject: [PATCH] Update 'src/index.ts' --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 45b70bf..ddfcab7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -129,7 +129,7 @@ setInterval(async () => { await periodicCheck(); } else console.log('Cannot run periodic check as clients aren\'t ready yet'); -}, 30000); +}, 60000); const checkBot = (): Promise => new Promise(async (resolve, _reject) => { const id = Math.round(Math.random() * 1000000);