diff options
author | 2018-12-06 19:10:01 +0100 | |
---|---|---|
committer | 2018-12-06 19:10:01 +0100 | |
commit | e35df369aff2511c301fea0cdc632aa946935d35 (patch) | |
tree | e2632c3f465bcd56514d3b45eb57c6e4a28a93af /bot/constants.py | |
parent | Merge pull request #89 from python-discord/lb-stats (diff) | |
parent | Fix comment typo (diff) |
Merge pull request #88 from scragly/si_2
Send devlog notification on season load.
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 71bdbf5f..b57eb714 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -29,7 +29,7 @@ class Channels(NamedTuple): bot = 267659945086812160 checkpoint_test = 422077681434099723 devalerts = 460181980097675264 - devlog = 409308876241108992 + devlog = int(environ.get('CHANNEL_DEVLOG', 409308876241108992)) devtest = 414574275865870337 help_0 = 303906576991780866 help_1 = 303906556754395136 |