diff options
author | 2019-10-12 10:36:46 +0800 | |
---|---|---|
committer | 2019-10-12 10:36:46 +0800 | |
commit | 4bc379383fdf4c4b8436000154f7b9441956f7c7 (patch) | |
tree | fdb47ed534a476107f10016837aecf4d58da5d30 /bot/constants.py | |
parent | had the wrong prefix in docstring xD (diff) | |
parent | Merge pull request #287 from WillDaSilva/drag_names (diff) |
Merge branch 'master' 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): |