diff options
| author | 2019-02-16 14:42:09 +0000 | |
|---|---|---|
| committer | 2019-02-16 14:42:09 +0000 | |
| commit | c573de17197bb269f70ad0d179a20ae1162de95a (patch) | |
| tree | 674787f3c6b0d2ef1bc5bdee45adfa10f8909ca0 | |
| parent | Add team creator command, createteam (diff) | |
Add team_leaders to roles config
| -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: | 
