-
-
Notifications
You must be signed in to change notification settings - Fork 37
Usage
YouHaveTrouble edited this page Dec 15, 2022
·
3 revisions
To whitelist a command, you simply need to add it to the commands section in group of your choice. Note that "command" refers to actual command, not command with arguments (help about is NOT a command, it's a command with an argument; help IS a command).
Provided command and all its arguments (subcommands) will be whitelisted along with it.
To blacklist a subcommand, all you need to do is add it to the subcommands section in the group of your choice. Only properly formatted subcommands will be blacklisted, so help will NOT work, but help about WILL blacklist the about subcommand from help command.