how to change the default help message discord.py code example
Example: Discord.py - change the default help command
bot = commands.Bot(command_prefix='!', help_command=None)
bot = commands.Bot(command_prefix='!', help_command=None)