-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Add support for more than 20 reactions per event #65
Comments
|
Current structure (if im correct): Event holds List of roleGroups which contains roles TODO:
Functions to touch: return embeds as a list |
Suggestion: Divide this Issue in multiple smaller issues. Right now solving this issue is very complicated because, as already said, the code heavily relies that it works with one message. @Gehock help |
Creating a list of embeds and storing a list of |
With the current player numbers, this is not really a high priority anymore |
The discord API only allows 20 reactions in a single message. This limit gets often exceeded because of multiple additional roles. The easiest solution would most likely to create a separate message for the extra reactions.
The challenge is that currently the code relies very heavily on the fact that a singe Event == single message and vice versa.
The text was updated successfully, but these errors were encountered: