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