diff options
author | 2019-10-12 05:10:26 +0200 | |
---|---|---|
committer | 2019-10-12 05:10:26 +0200 | |
commit | 3c41e5b5dc84a1ab78863afbf751b70c2f83ccfc (patch) | |
tree | 344746635d27c4f95ec7494c4f261cc0479bd810 /bot/constants.py | |
parent | Fixed forgetting to divide by 100. (diff) | |
parent | Merge branch 'master' into hacktober-issue-finder (diff) |
Merge remote-tracking branch 'origin/hacktober-issue-finder' into hacktober-issue-finder
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
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): |