diff options
author | 2019-11-04 12:15:52 +0800 | |
---|---|---|
committer | 2019-11-04 12:15:52 +0800 | |
commit | 7fdb51b8cef9a8d7d2edf48bb2724cf9348a0f93 (patch) | |
tree | ebbb1d464f41668945656e82432f91878e5bb964 | |
parent | Merge pull request #648 from python-discord/user-status-summary (diff) |
Change invite filter message to accurately reflect the new rules
-rw-r--r-- | bot/cogs/filtering.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/filtering.py b/bot/cogs/filtering.py index be9b95bc7..4195783f1 100644 --- a/bot/cogs/filtering.py +++ b/bot/cogs/filtering.py @@ -63,7 +63,7 @@ class Filtering(Cog): "content_only": True, "user_notification": Filter.notify_user_invites, "notification_msg": ( - f"Per Rule 10, your invite link has been removed. {_staff_mistake_str}\n\n" + f"Per Rule 6, your invite link has been removed. {_staff_mistake_str}\n\n" r"Our server rules can be found here: <https://pythondiscord.com/pages/rules>" ) }, |