Teapot.py icon indicating copy to clipboard operation
Teapot.py copied to clipboard

This method is outdated

Open Dremixbotdev opened this issue 4 years ago • 1 comments

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

Dremixbotdev avatar May 28 '21 10:05 Dremixbotdev

Both the methods are wrong.

Have a look at this one: https://gist.github.com/InterStella0/b78488fb28cadf279dfd3164b9f0cf96

flying-python avatar May 29 '21 03:05 flying-python