Ir al contenido

Commands

The Commands module (commands) allows you to specify the minimum authorization level necessary to execute each La Cabra command.

To configure permissions, you must indicate the name of the command in your configuration file, followed by a colon (:) and the required authorization level.

  • If you specify 0, any user will be able to use the command.
  • If you specify a higher number, it will require an assigned level equal to or higher.

Configuration example

commands:
iniciar: 0
infrs: 100
link: 100
clear: 100
# ...
# (Rest of commands generated automatically)
# ...
cabra: 100
perro: 50