Answers for "turning default help command off discord.py"

2

how to disable help command discord.py

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

Discord.py - change the default help command

bot = commands.Bot(command_prefix='!', help_command=None)
Posted by: Guest on February-23-2021

Code answers related to "turning default help command off discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language