mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 14:11:09 +00:00
Webpack build for branch 11.3-dev: 0e370d7a4c
This commit is contained in:
parent
8d8205d610
commit
d8ae8400b4
1 changed files with 1 additions and 1 deletions
|
|
@ -19545,7 +19545,7 @@ class SequentialRequestHandler extends RequestHandler {
|
|||
* @param {Object} rateLimitInfo Object containing the rate limit info
|
||||
* @prop {number} rateLimitInfo.requestLimit Number of requests that can be made to this endpoint
|
||||
* @prop {number} rateLimitInfo.timeDifference Delta-T in ms between your system and Discord servers
|
||||
* @param {string} rateLimitInfo.method HTTP method used for request that triggered this event
|
||||
* @prop {string} rateLimitInfo.method HTTP method used for request that triggered this event
|
||||
* @prop {string} rateLimitInfo.path Path used for request that triggered this event
|
||||
*/
|
||||
this.client.emit(RATE_LIMIT, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue