diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 2 | ||||
| -rw-r--r-- | config-default.yml | 2 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 394d59a73..3918dfdc7 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -486,6 +486,8 @@ class Roles(metaclass=YAMLGetter):      voice_verified: int      admins: int +    domain_leads: int +    project_leads: int      core_developers: int      devops: int      helpers: int diff --git a/config-default.yml b/config-default.yml index 3dbc7bd6b..a961df85b 100644 --- a/config-default.yml +++ b/config-default.yml @@ -262,6 +262,8 @@ guild:          # Staff          admins:             &ADMINS_ROLE    267628507062992896 +        domain_leads:                       807415650778742785 +        project_leads:                      807415650778742785          core_developers:                    587606783669829632          devops:                             409416496733880320          helpers:            &HELPERS_ROLE   267630620367257601 | 
