aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/antispam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/antispam.py b/bot/cogs/antispam.py
index 21161ff04..fa30e53ac 100644
--- a/bot/cogs/antispam.py
+++ b/bot/cogs/antispam.py
@@ -32,7 +32,7 @@ RULE_FUNCTION_MAPPING = {
'role_mentions': rules.apply_role_mentions
}
WHITELISTED_CHANNELS = (
- Channels.admin, Channels.announcements, Channels.big_brother_logs,
+ Channels.admins, Channels.announcements, Channels.big_brother_logs,
Channels.devalerts, Channels.devlog, Channels.devtest,
Channels.helpers, Channels.message_log,
Channels.mod_alerts, Channels.modlog, Channels.staff_lounge