diff options
| author | 2020-02-23 12:40:21 -0800 | |
|---|---|---|
| committer | 2020-02-23 12:40:21 -0800 | |
| commit | 92e4e6d250d6de1b164d36b8a16c62dd4c71fa4f (patch) | |
| tree | f76fd0e4340e3085e2dd0a6a0223708a8dfe9995 | |
| parent | Always load doc and verification extensions (diff) | |
Config: fix DEV_LOG variable thingy
| -rw-r--r-- | config-default.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config-default.yml b/config-default.yml index 44da694c2..51efe4d9a 100644 --- a/config-default.yml +++ b/config-default.yml @@ -117,8 +117,8 @@ guild:          user_event_announcements:   &USER_EVENT_A   592000283102674944          # Development -        devcontrib:         &DEV_CONTRIB   635950537262759947 -        dev_log:            &DEVLOG        622895325144940554 +        devcontrib:         &DEV_CONTRIB    635950537262759947 +        dev_log:            &DEV_LOG        622895325144940554          # Discussion          meta:               429409067623251969 | 
