You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if you try using capital characters in your command parameters, you get a cryptic Discord API error. Either convert to lowercase or throw a user friendly error.
Ideal solution or implementation
An ideal solution is to simply throw a more user friendly error, eg:
error: Capital characters are illegal in command parameters.
[stack trace]
Bun v1.1.10-canary.1+6c9b3de21 (Linux x64)
Alternative solutions or implementations
An alternative solution could be to simply convert command parameters to lowercase automagically to prevent the error altogether.
Other context
No response
The text was updated successfully, but these errors were encountered:
Feature
Right now, if you try using capital characters in your command parameters, you get a cryptic Discord API error. Either convert to lowercase or throw a user friendly error.
Ideal solution or implementation
An ideal solution is to simply throw a more user friendly error, eg:
Alternative solutions or implementations
An alternative solution could be to simply convert command parameters to lowercase automagically to prevent the error altogether.
Other context
No response
The text was updated successfully, but these errors were encountered: