diff options
| -rw-r--r-- | bot/constants.py | 1 | ||||
| -rw-r--r-- | config-default.yml | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 03578fefd..98914fb9d 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -411,7 +411,6 @@ class Roles(metaclass=YAMLGetter):      admins: int      announcements: int -    code_jam_champions: int      contributors: int      core_developers: int      helpers: int diff --git a/config-default.yml b/config-default.yml index dc5be5d47..10cc34816 100644 --- a/config-default.yml +++ b/config-default.yml @@ -193,7 +193,6 @@ guild:          owners:             &OWNERS_ROLE    267627879762755584          # Code Jam -        code_jam_champions: 430492892331769857          jammers:            591786436651646989          team_leaders:       501324292341104650 | 
