mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +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,
|
* 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.
|
* but it can be slower.
|
||||||
* @extends {RequestHandler}
|
* @extends {RequestHandler}
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
class SequentialRequestHandler extends RequestHandler {
|
class SequentialRequestHandler extends RequestHandler {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user