#"components->0->components->0->options BASE_TYPE_MIN_LENGTH: Must be 10 or more in length."

1 messages · Page 1 of 1 (latest)

restive lichen
#

I am getting the error:
PATCH::https://discord.com/api/v10/webhooks/sensitive/sensitive/messages/1146699383778328586: 400\nIgnoring exception in cmd /staff search: HTTPException: 400|Bad Request: components->0->components->0->options BASE_TYPE_MIN_LENGTH: Must be 10 or more in length.

I am unsure what is causing this error, and the line it claims is causing it is simply a closing bracked to a ActionRow.

Here is my code (sorry screenshots, too hard to copy and format properly)

leaden lionBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

rich marlin
#

it's your string select menu

#

you set it to have a max_values of 10, which indicates that you should at least have 10 options to choose from but I guess you have less than 10

#

so either remove that max_values value, or set it to the length of your EvidenceList

restive lichen
#

thank you so much again