export interface RESTRateLimithttps://discord.com/developers/docs/topics/rate-limits#exceeding-a-rate-limit-rate-limit-response-structure
optionalexternalcode? : number
An error code for some limitsRESTJSONErrorCodes
externalglobal : boolean
A value indicating if you are being globally rate limited or not
externalmessage : string
A message saying you are being rate limited.
externalretry_after : number
The number of seconds to wait before submitting another request.