diff options
author | 2019-04-21 06:49:47 +1000 | |
---|---|---|
committer | 2019-04-21 06:49:47 +1000 | |
commit | 20120e189818987e2a3827b0550c28a2fa90d632 (patch) | |
tree | e343481e2992560b89708c3f9c6cdc51397c8136 /bot/constants.py | |
parent | Create clean egg_hunt sqlite db. (diff) |
Change devlog to seasonalbot-log channel.
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 6d10cf8f..7011bd8c 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -29,7 +29,7 @@ class Channels(NamedTuple): bot = 267659945086812160 checkpoint_test = 422077681434099723 devalerts = 460181980097675264 - devlog = int(environ.get('CHANNEL_DEVLOG', 409308876241108992)) + devlog = int(environ.get('CHANNEL_DEVLOG', 548438471685963776)) devtest = 414574275865870337 help_0 = 303906576991780866 help_1 = 303906556754395136 |