mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
feat(Rest): switch queue to AsyncQueue (#4835)
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,7 @@ class APIRequest {
|
||||
this.method = method;
|
||||
this.route = options.route;
|
||||
this.options = options;
|
||||
this.retries = 0;
|
||||
|
||||
let queryString = '';
|
||||
if (options.query) {
|
||||
|
||||
Reference in New Issue
Block a user