We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have a cache which handles all frequently used data.
Something like reaction roles is used a lot when many roles are added, fix this by using a cache instead of raw database calls.
The text was updated successfully, but these errors were encountered:
Use darkredis to accomplish this.
Sorry, something went wrong.
Looks like delays are being caused by discord ratelimits instead of the bot itself, so this is not a bug.
bdashore3
No branches or pull requests
Have a cache which handles all frequently used data.
Something like reaction roles is used a lot when many roles are added, fix this by using a cache instead of raw database calls.
The text was updated successfully, but these errors were encountered: