diff options
author | 2019-10-01 21:37:31 +0200 | |
---|---|---|
committer | 2019-10-01 21:37:31 +0200 | |
commit | 65fd7c840c595fa408ef38c6fd8627d881986007 (patch) | |
tree | 817c8496bd435a256a1d92243b306b5c0b3498b3 /bot | |
parent | Add +14h to start UTC offset and -11 to end UTC offset to date_range in query... (diff) |
remove hacktoberfest channel from global whitelist
Diffstat (limited to 'bot')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 53821cfa..0d4321c8 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -126,7 +126,7 @@ STAFF_ROLES = Roles.helpers, Roles.moderator, Roles.admin, Roles.owner WHITELISTED_CHANNELS = ( Channels.bot, Channels.seasonalbot_commands, Channels.off_topic_0, Channels.off_topic_1, Channels.off_topic_2, - Channels.devtest, Channels.hacktoberfest_2019, + Channels.devtest, ) # Bot replies |