forked from rDrama/rDrama
1
0
Fork 0

improve meow filter

master
Aevann 2023-08-25 23:57:14 +03:00
parent 6808b2a2bb
commit 1e9bb768b7
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ if SITE_NAME == 'rDrama':
'ryan gosling': 'literally me',
'howdy': 'meowdy',
'corgi': 'klenny',
"(?<![a-z])now(?![a-z])": "meow",
"right now": "right meow",
}
SLURS.update(RDRAMA_SLURS)