mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
tris lovely typos
This commit is contained in:
@@ -57,7 +57,7 @@ export function processRequestHeaders(rest: RestManager, url: string, headers: H
|
||||
}
|
||||
|
||||
if (ratelimited && !rest.processingRateLimitedPaths) {
|
||||
rest.processRateLimitedPaths();
|
||||
rest.processRateLimitedPaths(rest);
|
||||
}
|
||||
return ratelimited ? bucketId : undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user