Remove slur replacer toggle from settings.

The Slur Replacer feature from rDrama has already been removed, but
the toggle for it in settings remained. A user in Discord pointed out
it was confusing and potentially disconcerting to have a default-on
toggle to 'enable slurs'.
This commit is contained in:
TLSM 2022-09-06 05:13:53 -04:00 committed by Ben Rog-Wilhelm
parent 7a6f95a3b1
commit e40228d7ee
3 changed files with 1 additions and 33 deletions

View file

@ -28,12 +28,6 @@ AJ_REPLACEMENTS = {
' TO ': " TOO ",
}
SLURS = {
}
single_words = "|".join([slur.lower() for slur in SLURS.keys()])
NOTIFICATIONS_ID = 1
AUTOJANNY_ID = 2
SNAPPY_ID = 3