add bet_regex to owoify exclusions

master
Aevann 2024-02-10 18:20:19 +02:00
parent 5308add378
commit f60b82a64e
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ OWO_EXCLUDE_PATTERNS = [
group_mention_regex, #ping group mentions
poll_regex, # polls
choice_regex,
bet_regex,
command_regex, # markup commands
]