aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-12 00:15:34 +0200
committerGravatar GitHub <[email protected]>2019-10-12 00:15:34 +0200
commitff018e28318508116c096dee3f31fac14d81b9ef (patch)
tree5cd0a3b9fd7838e375d1a29b685c3814bfc8d20b /bot/constants.py
parentChange drag queen name list to JSON (diff)
parentMerge pull request #292 from WillDaSilva/pride_facts (diff)
Merge branch 'master' into drag_names
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):