diff options
| author | 2018-12-28 14:25:38 -0500 | |
|---|---|---|
| committer | 2018-12-28 14:25:38 -0500 | |
| commit | 199222f7b1db2964a68a969f77279af8b5c1a91c (patch) | |
| tree | 5ed4e83a33861ec2736ef74b32c6ad5c14d5912b | |
| parent | Switch local color constants to PyDis' constants (diff) | |
Add #defcon to channel constants
| -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 5e7927ed9..b4eca7e1d 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -317,6 +317,7 @@ class Channels(metaclass=YAMLGetter):      big_brother_logs: int      bot: int      checkpoint_test: int +    defcon: int      devalerts: int      devlog: int      devtest: int diff --git a/config-default.yml b/config-default.yml index e7145289d..6d301048f 100644 --- a/config-default.yml +++ b/config-default.yml @@ -89,6 +89,7 @@ guild:          big_brother_logs:  &BBLOGS        468507907357409333          bot:                              267659945086812160          checkpoint_test:                  422077681434099723 +        defcon:                           464469101889454091          devalerts:                        460181980097675264          devlog:            &DEVLOG        409308876241108992          devtest:           &DEVTEST       414574275865870337 | 
