📜  如何在不和谐 python 代码示例上更改帮助命令

📅  最后修改于: 2022-03-11 14:45:10.832000             🧑  作者: Mango

代码示例1
client = commands.Bot(command_prefix = '~', help_command=None)

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