Add descriptions to command options #124

Closed
opened 2025-11-07 00:34:07 -05:00 by sirdog3355 · 1 comment
sirdog3355 commented 2025-11-07 00:34:07 -05:00 (Migrated from github.com)

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

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
sirdog3355 commented 2025-11-10 01:33:31 -05:00 (Migrated from github.com)

Closed by #133

Closed by #133
Sign in to join this conversation.
No description provided.