Describe the bug
Attempting to use /raid with more than ~1000 characters in the status option causes an error with no feedback. Request is "received" but signup message is never created. Note: This does not block other raid commands in the channel from going through.
To Reproduce
Steps to reproduce the behavior:
Select the /raid command
Select the status option
Press the "a" key 1049 times
Send the command
See error
Expected behavior
Option should have a max character length or reject the command instead of acknowledging the request. This can be easily accomplished by setting a max_length value for the application command option.
Screenshots
Signup message is not created.
Mobile OS (if specific to your device):
Not device specific.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug Attempting to use
/raid
with more than ~1000 characters in thestatus
option causes an error with no feedback. Request is "received" but signup message is never created. Note: This does not block other raid commands in the channel from going through.To Reproduce Steps to reproduce the behavior:
/raid
commandstatus
optionExpected behavior Option should have a max character length or reject the command instead of acknowledging the request. This can be easily accomplished by setting a
max_length
value for the application command option.Screenshots Signup message is not created.
Mobile OS (if specific to your device): Not device specific.
Additional context N/A