Cara Mengubah Perintah Bantuan pada Python Perselisihan

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

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