diff options
| -rw-r--r-- | bot/constants.py | 1 | ||||
| -rw-r--r-- | config-default.yml | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index ab62cd79d..5b9b45c1c 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -372,6 +372,7 @@ class Roles(metaclass=YAMLGetter):      owner: int      verified: int      helpers: int +    team_leader: int  class Guild(metaclass=YAMLGetter): diff --git a/config-default.yml b/config-default.yml index 747fa7fab..110dd12dd 100644 --- a/config-default.yml +++ b/config-default.yml @@ -134,6 +134,7 @@ guild:          verified:                           352427296948486144          helpers:                            267630620367257601          rockstars:         &ROCKSTARS_ROLE  458226413825294336 +        team_leader:                        501324292341104650  filter:  |