aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-30 01:18:40 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-30 01:18:40 +0100
commitb13667cfc261ec43daad6fd592d5b952f73997fe (patch)
tree1c8011bb630186bae25879db3520099ad7774b68 /bot/exts
parentRemove redundant _error_embed_helper function (diff)
Remove now redundant advent_of_code_staff constant
We're no longer going to use a two-channel setup for this event, as we don't want to split the event community into two, staff and non-staff.
Diffstat (limited to 'bot/exts')
-rw-r--r--bot/exts/christmas/advent_of_code/_cog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/christmas/advent_of_code/_cog.py b/bot/exts/christmas/advent_of_code/_cog.py
index 1a6715bb..388d0592 100644
--- a/bot/exts/christmas/advent_of_code/_cog.py
+++ b/bot/exts/christmas/advent_of_code/_cog.py
@@ -24,7 +24,7 @@ AOC_REQUEST_HEADER = {"user-agent": "PythonDiscord AoC Event Bot"}
EST = timezone("EST")
COUNTDOWN_STEP = 60 * 5
-AOC_WHITELIST = WHITELISTED_CHANNELS + (Channels.advent_of_code, Channels.advent_of_code_staff)
+AOC_WHITELIST = WHITELISTED_CHANNELS + (Channels.advent_of_code,)
def is_in_advent() -> bool: