diff options
| author | 2020-02-23 12:40:57 -0800 | |
|---|---|---|
| committer | 2020-02-23 12:40:57 -0800 | |
| commit | 14536f873d5d233880a88c9f71710ef7c2061625 (patch) | |
| tree | c27785364f185adaad3f707c7d97fa49f300cd0f | |
| parent | Config: fix DEV_LOG variable thingy (diff) | |
Config: add underscore to devcontrib
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 2 | ||||
| -rw-r--r-- | config-default.yml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/bot/constants.py b/bot/constants.py index f35d608da..63f7b15ee 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -364,7 +364,7 @@ class Channels(metaclass=YAMLGetter):      big_brother_logs: int      bot_commands: int      defcon: int -    devcontrib: int +    dev_contrib: int      dev_log: int      esoteric: int      help_0: int diff --git a/config-default.yml b/config-default.yml index 51efe4d9a..a43610562 100644 --- a/config-default.yml +++ b/config-default.yml @@ -117,7 +117,7 @@ guild:          user_event_announcements:   &USER_EVENT_A   592000283102674944          # Development -        devcontrib:         &DEV_CONTRIB    635950537262759947 +        dev_contrib:        &DEV_CONTRIB    635950537262759947          dev_log:            &DEV_LOG        622895325144940554          # Discussion | 
