Answers for "desactiver la commande help discord.pyt"

2

how to disable help command discord.py

bot.remove_command('help')
Posted by: Guest on November-05-2020
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

Python Answers by Framework

Browse Popular Code Answers by Language