Add descriptions to command options #124
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot#124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have recently learned that
@app_commands.describe()exists. It allows developers to set help text that a user will see when looking at the various options a command has.Desired functionality is to go through all commands and, when there are non-default or non-standard arguments for slash commands, give them a description so as to help in using the command.
Relevant stack overflow thread: https://stackoverflow.com/questions/73132093/how-to-give-an-option-a-description-slash-commands-discord-py
Closed by #133