Answers for "cmd to change about me discord.py"

0

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 "cmd to change about me discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language