export interface RESTRateLimit
https://discord.com/developers/docs/topics/rate-limits#exceeding-a-rate-limit-rate-limit-response-structure
optionalexternalnumber code? :
An error code for some limitsRESTJSONErrorCodes
externalboolean global :
A value indicating if you are being globally rate limited or not
externalstring message :
A message saying you are being rate limited.
externalnumber retry_after :
The number of seconds to wait before submitting another request.