Distributed transparent REST proxy for the Discord API, handles ratelimits for you, multi-bot support, dynamic, version agnostic
Stars
176
Forks
34
Watchers
176
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
105
commits
2
commits
1
commits
1
commits
1
commits
Handle basic auth without token validation (#26)
8489207View on GitHubAdd DISABLE_GLOBAL_RATELIMIT_DETECTION flag, return a 429 not a 500 when /users/@me or /gateway/bot calls 429
9711f99View on GitHubFix case where if timeout was too long the context would be canceled
3a912d0View on GitHubRemove request aborting references from code & readme
9d6ebe7View on GitHubRoute @me routes evenly throughout the cluster when possible
afd3e69View on GitHubDisable ratelimit aborting temporarily due to a deadlock
2c59892View on GitHub