Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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`')
 
PREVIOUS NEXT
Tagged: #change #command #discord #python
ADD COMMENT
Topic
Name
3+2 =