mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
fix: fix some typos (#7393)
This commit is contained in:
@@ -239,7 +239,7 @@ export class SequentialHandler {
|
||||
let delay: Promise<void>;
|
||||
|
||||
if (isGlobal) {
|
||||
// Set RateLimitData based on the globl limit
|
||||
// Set RateLimitData based on the global limit
|
||||
limit = this.manager.options.globalRequestsPerSecond;
|
||||
timeout = this.manager.globalReset + this.manager.options.offset - Date.now();
|
||||
// If this is the first task to reach the global timeout, set the global delay
|
||||
|
||||
Reference in New Issue
Block a user