From 4a356d99ca06e72880a2725a84d61eb2388624d6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 10 Mar 2023 03:45:58 +0200 Subject: [PATCH] exclude ping groups from owoify award --- files/helpers/owoify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/owoify.py b/files/helpers/owoify.py index a721bd902..cc15f2081 100644 --- a/files/helpers/owoify.py +++ b/files/helpers/owoify.py @@ -20,6 +20,7 @@ OWO_EXCLUDE_PATTERNS = [ sanitize.url_re, # bare links re.compile(r':[!#@a-z0-9_\-]+:', flags=re.I|re.A), # emoji help_re.mention_regex, # mentions + help_re.group_mention_regex, #ping group mentions help_re.poll_regex, # polls help_re.choice_regex, help_re.command_regex, # markup commands