diff options
| author | 2021-03-13 18:08:54 +0100 | |
|---|---|---|
| committer | 2021-03-13 18:08:54 +0100 | |
| commit | 80e037772150148c8aee9f49fd34a834e778b6c2 (patch) | |
| tree | 19a5a0370851e563549a1dd797559c2d6ff6e7d1 | |
| parent | Update help channel names from chemical elements to fruit (diff) | |
Add leads to the constants
| -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 |