aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
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/exts
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/exts')
-rw-r--r--bot/exts/halloween/hacktoberstats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py
index db5e37f2..92429c1b 100644
--- a/bot/exts/halloween/hacktoberstats.py
+++ b/bot/exts/halloween/hacktoberstats.py
@@ -18,7 +18,7 @@ log = logging.getLogger(__name__)
CURRENT_YEAR = datetime.now().year # Used to construct GH API query
PRS_FOR_SHIRT = 4 # Minimum number of PRs before a shirt is awarded
-HACKTOBER_WHITELIST = WHITELISTED_CHANNELS + (Channels.hacktoberfest_2019,)
+HACKTOBER_WHITELIST = WHITELISTED_CHANNELS + (Channels.hacktoberfest_2020,)
class HacktoberStats(commands.Cog):