From 83228249adf53b6daa23d5bd775ef7a76a8b33d4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 2 Jul 2022 03:38:32 +0200 Subject: [PATCH] fix marseyschizochadseethecapylovepat --- files/helpers/regex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/regex.py b/files/helpers/regex.py index fa67a3bf3..70b6f3129 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -45,8 +45,8 @@ strikethrough_regex = re.compile('(^|\s|>)~{1,2}([^~]+)~{1,2}', flags=re.A) mute_regex = re.compile("/mute @([a-z0-9_\-]{3,25}) ([0-9])+", flags=re.A) emoji_regex = re.compile(f"

\s*(:[!#@]{{0,3}}[{valid_username_chars}]+:\s*)+<\/p>", flags=re.A) -emoji_regex2 = re.compile(f'(?(.+?)<\/a>', flags=re.A)