aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-09-30 21:29:11 +0200
committerGravatar Sebastiaan Zeeff <[email protected]>2020-09-30 21:29:11 +0200
commit15324b3428e80d2e7a37ba84443983684e834ffc (patch)
tree14fd6dbec0b6ed3928dc06c2a35d7fa6b0b514b9 /bot/constants.py
parentRemove SpookySound Cog that played sounds in voice (diff)
Update the Hacktoberfest channel constant
I've updated the Hacktoberfest channel ID to the ID of the new channel just created for the 2020 edition of the event.
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 0c376344..7ec8ac27 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -74,7 +74,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
+ hacktoberfest_2020 = 760857070781071431
class Client(NamedTuple):