Answers for "how to set the help message for each command python discord"

1

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`')
Posted by: Guest on February-22-2021

Code answers related to "how to set the help message for each command python discord"

Python Answers by Framework

Browse Popular Code Answers by Language