SlashCommandBuilder.setName() is failing regex when input is a string
For some reason setName() is saying my command name is failing the regex check for a string when I have it set as a string.

6 Replies
This is likely your integer options, which are missing a description
they always need a description it is required?
yes
well that would do it, thanks man let me try it
it worked thank you
The thread owner has marked this issue as solved.