mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Make SequentialRequestHandler private
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,6 +5,7 @@ const RequestHandler = require('./RequestHandler');
|
||||
* the next. This plays a _lot_ nicer in terms of avoiding 429's when there is more than one session of the account,
|
||||
* but it can be slower.
|
||||
* @extends {RequestHandler}
|
||||
* @private
|
||||
*/
|
||||
class SequentialRequestHandler extends RequestHandler {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user