field-description

Setting command parameter descriptions in discord.py

Setting command parameter descriptions in discord.py Question: I am making a command in a bot to create a profile for a user. It is working fine, but I would like the description of the "name" parameter to say "What would you like to be called?". Here is the code I currently have: import discord from …

Total answers: 1