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:
Give a user enough roles such that the text representation of their role list would exceed 1024 characters.
Run the verification verify command on the user.
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).
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:
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).