Answers for "how to disable commands in discord.py"

3

how to disable help command discord.py

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

python discord discord.py disable remove help command

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

Code answers related to "how to disable commands in discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language