Answers for "discordpy remove help command"

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 "discordpy remove help command"

Python Answers by Framework

Browse Popular Code Answers by Language