Skip to content

Commit

Permalink
possible meow meow
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Oct 10, 2023
1 parent d5682ee commit 3bb2955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/meow/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@


MEOW_REGEX = compile(
rf"\b(?:{'|'.join(KEYWORDS_MEOW)})",
rf"\b(?:{'|'.join(POSSIBLE_MEOW_MESSAGES)})",
flags=IGNORECASE | UNICODE,
)

0 comments on commit 3bb2955

Please sign in to comment.