We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teapot.py/teapot/cogs/cmds.py
Line 23 in 6b53d6b
Instead of using bot.remove_command('help'), use discord.ext.commands.Bot(help_command=None) to remove the help command.
bot.remove_command('help')
discord.ext.commands.Bot(help_command=None)
Everything else should work fine
The text was updated successfully, but these errors were encountered:
afc95ca
Both the methods are wrong.
Have a look at this one: https://gist.github.com/InterStella0/b78488fb28cadf279dfd3164b9f0cf96
Sorry, something went wrong.
RedTeaDev
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: