RateLimitData
typedef · Source
Rate limit data Type: Object
Properties
timeout
timeout: number
Time until this rate limit ends, in milliseconds
limit
limit: number
The maximum amount of requests of this endpoint
method
method: string
The HTTP method of this request
path
path: string
The path of the request relative to the HTTP endpoint
route
route: string
The route of the request relative to the HTTP endpoint
global
global: boolean
Whether this is a global rate limit