Ir al contenido

Authorizations

The Authorizations module (authorizations) allows you to assign an authorization level (a numerical value) to specific roles or users on your server.

This authorization level is used throughout the La Cabra environment to determine who has permission over whom when applying sanctions, interacting with modules, or executing moderation commands.

To declare authorizations in your configuration file, you must use the role ID or the user ID in quotes, followed by a colon (:) and the authorization level (a number).

Configuration example

authorizations:
'299564414997104192': 100 # Manuel777 (User ID)
'662355640987025485': 100 # Admin Role (Role ID)
'418587824107945994': 50 # Moderator Role (Role ID)
'633417290599104512': 10 # Helper Role (Role ID)