add swear word - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc

This adds "pewdiepie" to the list of banned words because
"subscribe to pewdiepie" is semi-common spam in the Tavern,
and because there is sometimes hate speech in the YouTube
channel and in some material posted by pewdiepie's fans.
This commit is contained in:
Alys 2019-04-03 20:50:33 +10:00
parent a0f42b0e3e
commit f09b65e108

View file

@ -165,6 +165,8 @@ let bannedWords = [
'heroin',
'cocaine',
'pewdiepie',
];
module.exports = bannedWords;