chore(words): allow mild oaths and troublesome streamer as discussed

This commit is contained in:
SabreCat 2022-06-16 13:30:34 -05:00
parent 4a3a7db52a
commit 08288db1ef

View file

@ -85,19 +85,12 @@ const bannedWords = [
'hell',
'hellish',
'damn',
'goddamn',
'damnit',
'dammit',
'damned',
'omg',
'omfg',
'oh my god',
'oh god',
'oh, god',
'g\\*d',
'bugger',
'buggery',
@ -194,8 +187,6 @@ const bannedWords = [
'heroin',
'cocaine',
'pewdiepie',
];
export default bannedWords;