Skip to content
Advertisement

How to remove or change the default help command?

How do you remove or at least change the format of the default help command in discord.py?

I think changing the format would be nice, I don’t really like the format at all.

Advertisement

Answer

Try this:

bot.remove_command('help')

Put this at the top of your code, after your imports. Then create your own.

Or to format it check this out: Click here!

Advertisement