mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
whoops
This commit is contained in:
@@ -24,7 +24,7 @@ export function processQueue(rest: RestManager, id: string) {
|
||||
setTimeout(() => {
|
||||
rest.debug(`[REST - processQueue] rate limited, running setTimeout.`);
|
||||
rest.processQueue(rest, id);
|
||||
}, 1000);
|
||||
}, urlResetIn);
|
||||
}
|
||||
|
||||
// BREAK WHILE LOOP
|
||||
|
||||
Reference in New Issue
Block a user