-
Notifications
You must be signed in to change notification settings - Fork 103
Add default blacklist of words that Discord finds unacceptable #61
Description
Discord will remove servers from the Discovery list if a blacklisted word appears in a channel name.
Some games have these words in their titles, and can trigger a community server to be auto-removed.
While I haven't seen a public list provided by Discord, you can test this yourself by naming a channel an "offensive" word.
An example word that triggers the auto-removal is "Genocide" ( https://en.wikipedia.org/wiki/Genocide_(online_game) ) - others are extremely inappropriate for posting to Github.
The bot should have a word blacklist for channel titles that ships by default that includes words that disqualifies a server from Discovery. The bot should just replace the blacklisted word in the channel title with a '?' or other appropriate censorship method.