From 65fd7c840c595fa408ef38c6fd8627d881986007 Mon Sep 17 00:00:00 2001 From: Numerlor Date: Tue, 1 Oct 2019 21:37:31 +0200 Subject: remove hacktoberfest channel from global whitelist --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/constants.py') 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 -- cgit v1.2.3