twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
652 stars 130 forks source link

fix(validate): Misleading error message validating commands. #2329

Closed Erk- closed 4 months ago

Erk- commented 4 months ago

User and Message commands must have a description that is a empty string. If the string was not empty it would print the following error:

Error: command description must be between 1 and 100 characters

Resolves #2306.