raythurman2386 / cognibot

Discord bot built with Pycord that offers AI chat and image generation inside of Discord. Image generations are saved in cloudinary and hosted online for all to download.
GNU General Public License v3.0
2 stars 1 forks source link

Add additional descriptions to commands #44

Open raythurman2386 opened 3 months ago

raythurman2386 commented 3 months ago

Commands and optional parameters need additional descriptions to assist users in what that parameter is for and an example of what that parameter would need.

If they could be turned into some type of button that would be interesting, some research into the true capabilities of what we can do with pycord may be necessary.

raythurman2386 commented 2 months ago

Pycord has some excellent documentation and examples that cover adding descriptions and default values to slash command parameters.

Adding these could make commands easier for users not familiar with discord.

Examples Repo