This config for command auth allows commands to be globally enabled and disabled during runtime; this config adds Commands.disable and Commands.enable to enable and disable commands for all users
expcore.commands |
utils.global |
Commands.disable(command_name) | Stops a command from be used by any one |
Commands.enable(command_name) | Allows a command to be used again after disable was used |