Open
Description
Line 23 in 6b53d6b
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
Line 23 in 6b53d6b
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