How can I hide a command from the default help command
Hello, is there any way to hide specific commands from the help command so they are not displayed?
I'm not really sure, but you can set the defaultHelpCommand in options to false, this disable the whole command help
https://github.com/discord-php/DiscordPHP/wiki/Command-Client
Yeah was kind of looking for something to hide it from the help command so the help command can still exist. Thanks.
there is now an option called 'showHelp' available you can use to control this
there is now an option called 'showHelp' available you can use to control this
Wonderful, great to hear something like this was added so fast. Thank you!