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 ]