mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
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:
parent
a0f42b0e3e
commit
f09b65e108
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ let bannedWords = [
|
|||
|
||||
'heroin',
|
||||
'cocaine',
|
||||
|
||||
'pewdiepie',
|
||||
];
|
||||
|
||||
module.exports = bannedWords;
|
||||
|
|
|
|||
Loading…
Reference in a new issue