tests are succeeding

This commit is contained in:
Skillz4Killz
2021-04-08 21:18:01 +00:00
committed by GitHub
parent 34b3a1b271
commit 417ec0400d
12 changed files with 28 additions and 38 deletions
-1
View File
@@ -8,7 +8,6 @@ export async function processQueue(id: string) {
if (!queue) return;
while (queue.length) {
console.log("process queue");
// IF THE BOT IS GLOBALLY RATELIMITED TRY AGAIN
if (rest.globallyRateLimited) {
setTimeout(() => processQueue(id), 1000);