Answers for "discord.py default help command"

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 "discord.py default help command"

Python Answers by Framework

Browse Popular Code Answers by Language