From 199222f7b1db2964a68a969f77279af8b5c1a91c Mon Sep 17 00:00:00 2001 From: sco1 Date: Fri, 28 Dec 2018 14:25:38 -0500 Subject: Add #defcon to channel constants --- bot/constants.py | 1 + config-default.yml | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.3