Answers for "how to delete the normal help command discord.py"

2

how to disable help command discord.py

bot.remove_command('help')
Posted by: Guest on November-05-2020
0

remove help command discord py

bot = commands.Bot(prefix,help_command=None)
Posted by: Guest on July-01-2021

Code answers related to "how to delete the normal help command discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language