aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-02 17:16:44 +0200
committerGravatar GitHub <[email protected]>2019-10-02 17:16:44 +0200
commit1974164355a0dabc884b67a93e3bf12e0ed76b11 (patch)
treedeaed1b2caf7f650f05e12613cdff5b8a12629c9 /bot/constants.py
parentPoint setup guide to site wiki (diff)
parentMerge branch 'master' into hacktober-date-channel-fixes (diff)
Merge pull request #285 from Numerlor/hacktober-date-channel-fixes
Hacktober date range and channel whitelist fixes
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index dbf35754..0d4321c8 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -52,6 +52,7 @@ class Channels(NamedTuple):
python_discussion = 267624335836053506
show_your_projects = int(environ.get("CHANNEL_SHOW_YOUR_PROJECTS", 303934982764625920))
show_your_projects_discussion = 360148304664723466
+ hacktoberfest_2019 = 628184417646411776
class Client(NamedTuple):