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:
parent
7a6f95a3b1
commit
e40228d7ee
3 changed files with 1 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue