Comment changer de commande d'aide sur Discord Python
client = commands.Bot(command_prefix = '~', help_command=None)
@client.command()
async def help(ctx):
await context.send('`Whatever`')
Modern Manatee