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);