diff options
author | 2018-06-02 16:25:15 +0100 | |
---|---|---|
committer | 2018-06-02 16:25:15 +0100 | |
commit | cdc5e46e432b9109c0fee83821dbd7fd4ae57ee0 (patch) | |
tree | 139930de49fcd44c7edfd5ed93047f8a3a821de3 /pysite/constants.py | |
parent | [Wiki] Codeblocks should no longer be way too wide on mobile (diff) |
[Jams] Send signup messages to jam log channel
Diffstat (limited to 'pysite/constants.py')
-rw-r--r-- | pysite/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index 0099c946..806a6430 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -129,3 +129,4 @@ RMQ_PORT = 5672 # Channels CHANNEL_MOD_LOG = 282638479504965634 CHANNEL_DEV_LOGS = 409308876241108992 +CHANNEL_JAM_LOGS = 452486310121439262 |