mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-02 00:50:09 +00:00
docs: Typos, consistency and grammar fixes (#6811)
This commit is contained in:
@@ -743,7 +743,7 @@ class WebSocketShard extends EventEmitter {
|
||||
this.sessionId = null;
|
||||
}
|
||||
|
||||
// Step 6: reset the ratelimit data
|
||||
// Step 6: reset the rate limit data
|
||||
this.ratelimit.remaining = this.ratelimit.total;
|
||||
this.ratelimit.queue.length = 0;
|
||||
if (this.ratelimit.timer) {
|
||||
|
||||
Reference in New Issue
Block a user