forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-05-04 22:51:56 +02:00
parent 37bd922126
commit 024e5770af
1 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ if SITE_NAME == 'Cringetopia':
"i hate carp": "i love Carp",
"heil hitler": "hello kitty",
" fag ": " cute twink ",
" fag": " cute twink",
}
else:
SLURS = {
@ -104,10 +104,10 @@ else:
"elon musk": "rocket daddy",
"fake and gay": "fake and straight",
" rapist ": " male feminist ",
" pedo ": " libertarian ",
" kys ": " keep yourself safe ",
" fag ": " cute twink ",
" rapist": " male feminist",
" pedo": " libertarian",
" kys": " keep yourself safe",
" fag": " cute twink",
}
single_words = "|".join([slur.lower() for slur in SLURS.keys()])