From f60b82a64e49bccb5a037433c4093cc080f3fa97 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 10 Feb 2024 18:20:19 +0200 Subject: [PATCH] add bet_regex to owoify exclusions --- files/helpers/owoify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/owoify.py b/files/helpers/owoify.py index 61c51c21c..566ae6100 100644 --- a/files/helpers/owoify.py +++ b/files/helpers/owoify.py @@ -19,6 +19,7 @@ OWO_EXCLUDE_PATTERNS = [ group_mention_regex, #ping group mentions poll_regex, # polls choice_regex, + bet_regex, command_regex, # markup commands ]