From 80e037772150148c8aee9f49fd34a834e778b6c2 Mon Sep 17 00:00:00 2001 From: Matteo Bertucci Date: Sat, 13 Mar 2021 18:08:54 +0100 Subject: Add leads to the constants --- bot/constants.py | 2 ++ config-default.yml | 2 ++ 2 files changed, 4 insertions(+) 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 -- cgit v1.2.3