discord bot python info edit help command code example
Example: how to change help command on discord python
client = commands.Bot(command_prefix = '~', help_command=None)
@client.command()
async def help(ctx):
await context.send('`Whatever`')