Replies: 1 comment
-
It's because the keyword argument names are shared. Note that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For the description of a slash command, when you create one using the
hybrid_command
decorator, thedescription
attribute of the command is used.However, descriptions for slash commands are limited to 100 characters, as they're displayed in-line when searching for a command.
In that case, shouldn't be
brief
used instead ofdescription
?In my opinion, it makes more sense and it allows not to be limited to 100 characters on the
help
command.Beta Was this translation helpful? Give feedback.
All reactions