mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
Add rateLimit event (#2019)
* add ratelimited event * add some useful props * death * more death * Update tester1000.js * Update RequestHandler.js
This commit is contained in:
@@ -11,6 +11,6 @@ module.exports = function sequential() {
|
||||
this.reset();
|
||||
this.busy = false;
|
||||
this.handle();
|
||||
}, timeout || (this.resetTime - Date.now() + this.timeDifference + this.client.options.restTimeOffset));
|
||||
}, timeout);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user