Wie man den Befehl zur Hilfe von Discord Python ändert

client = commands.Bot(command_prefix = '~', help_command=None)

@client.command()
async def help(ctx):
    await context.send('`Whatever`')
Modern Manatee