diff options
| author | 2018-08-06 20:01:42 +0200 | |
|---|---|---|
| committer | 2018-08-06 20:01:42 +0200 | |
| commit | e156aca10e675c4a56b849d278522ea24c59d4a9 (patch) | |
| tree | d9dbbb3c02b2189fdec2ea07019f0250576ffae0 | |
| parent | Merge branch 'no-pipenv-clean' into 'master' (diff) | |
Fix a typo.
| -rw-r--r-- | bot/cogs/antispam.py | 2 |
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 |