mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Make SequentialRequestHandler private
This commit is contained in:
parent
fb55b6dc60
commit
97e16e6eed
2 changed files with 2 additions and 1 deletions
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 {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue