mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
Webpack build for branch master: 25e0048bbf
This commit is contained in:
parent
2e2516a8b6
commit
9255da9cb7
2 changed files with 3 additions and 6 deletions
|
|
@ -23307,10 +23307,7 @@ class SequentialRequestHandler extends RequestHandler {
|
||||||
item.resolve(data);
|
item.resolve(data);
|
||||||
if (this.requestRemaining === 0) {
|
if (this.requestRemaining === 0) {
|
||||||
this.restManager.client.setTimeout(
|
this.restManager.client.setTimeout(
|
||||||
() => {
|
() => resolve(data),
|
||||||
this.waiting = false;
|
|
||||||
resolve(data);
|
|
||||||
},
|
|
||||||
this.requestResetTime - Date.now() + this.timeDifference + this.restManager.client.options.restTimeOffset
|
this.requestResetTime - Date.now() + this.timeDifference + this.restManager.client.options.restTimeOffset
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
4
discord.master.min.js
vendored
4
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue