cómo deshabilitar el comando de ayuda discord.py
bot.remove_command('help')
Brave Barracuda
bot.remove_command('help')
bot = commands.Bot(help_command=None)