how to change the normal discord.py help command 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)