If you're being globally rate limited
An object of Buckets that store rate limit info
Timeframe in milliseconds until when the global rate limit resets
Timeout that resets the global ratelimit once the timeframe has passed
If you're being globally rate limited
If you're being globally rate limited
Queue a rest call to be executed
function to call once the ratelimit is ready
Endpoint of the request
Http method used by the request
Returns a key for saving ratelimits for routes (Taken from https://github.com/abalabahaha/eris/blob/master/lib/rest/RequestHandler.js) -> I luv u abal <3
url to reduce to a key something like /channels/266277541646434305/messages/266277541646434305/
method of the request, usual http methods like get, etc.
reduced url: /channels/266277541646434305/messages/:id/
Generated using TypeDoc
Ratelimiter used for handling the ratelimits imposed by the rest api