Skip to content
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

[BUG] Verification command fails to execute for users with a large number of roles #91

Open
Temmie3754 opened this issue Feb 2, 2023 · 0 comments
Assignees
Labels

Comments

@Temmie3754
Copy link
Contributor

Describe the bug
The manual verification command (verification verify) will not run if a user has a significant number of roles. This is likely due to a check against Discord's character limit of 1024 for embed fields not being performed.

To Reproduce
Steps to reproduce the behavior:

  1. Give a user enough roles such that the text representation of their role list would exceed 1024 characters.
  2. Run the verification verify command on the user.
  3. Wait to see the lack of response from the bot.

Expected behavior
Verification information on the user would be returned with the role list being shortened through some means (e.g. putting a message of "x roles omitted" at the end of the role list).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants