mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
fix: instantiate constructors before using those properties
This commit is contained in:
@@ -15,7 +15,7 @@ class RequestHandler {
|
||||
this.limit = Infinity;
|
||||
this.resetTime = null;
|
||||
this.remaining = 1;
|
||||
|
||||
this.busy = false;
|
||||
this.queue = [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user