diff options
| -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 | 
