https://github.com/RedCokeDevelopment/Teapot.py/blob/6b53d6bf8fcb919989fa0c026c117afa583eb6bc/teapot/cogs/cmds.py#L23 Instead of using ``bot.remove_command('help')``, use ``discord.ext.commands.Bot(help_command=None)`` to remove the help command. Everything else should work fine
Teapot.py/teapot/cogs/cmds.py
Line 23 in 6b53d6b
Instead of using
bot.remove_command('help'), usediscord.ext.commands.Bot(help_command=None)to remove the help command.Everything else should work fine