interface RESTRateLimit

external
export interface RESTRateLimit

https://discord.com/developers/docs/topics/rate-limits#exceeding-a-rate-limit-rate-limit-response-structure

optionalexternal
code? : number

An error code for some limitsRESTJSONErrorCodes

external
global : boolean

A value indicating if you are being globally rate limited or not

external
message : string

A message saying you are being rate limited.

external
retry_after : number

The number of seconds to wait before submitting another request.