Roll cog/command does not check for large user-input. Only the number of rolls would need to be checked and should likely be limited to 25 (or so) rolls. 25 is recommended if each roll will use an embed field, as Discord recently limited the number of embed fields to a max of 25.
A solution would check for a the rolls being larger than some maximum amount and let the user know that there is a limit.
I'll assign myself the issue for now unless someone else would like to resolve this.
Roll cog/command does not check for large user-input. Only the number of rolls would need to be checked and should likely be limited to 25 (or so) rolls. 25 is recommended if each roll will use an embed field, as Discord recently limited the number of embed fields to a max of 25.
A solution would check for a the rolls being larger than some maximum amount and let the user know that there is a limit.
I'll assign myself the issue for now unless someone else would like to resolve this.