How can I set the description of a subcommand in a SlashCommandGroup?
I know how to set the description for the whole CommandGroup but not how to set for individual commands.
Code in a cog
admin = SlashCommandGroup("admin", "Admin commands!")
@admin.command()
async def givecoins(self, ctx, user: discord.Member, amount: int):