Skip to content

Commit

Permalink
remove retard replacer
Browse files Browse the repository at this point in the history
  • Loading branch information
athphane committed Jun 10, 2024
1 parent da8c466 commit a710b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userbot/plugins/vulgar.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from userbot import LOGS, UserBot
from userbot.plugins.help import add_command_help

bad_words = ["nigga", "nigger", "coon", "retard", "cock", "kiss"]
good_words = ["black person", "black person", "bruh", "50...40...30...20...RETARD...RETARD", "coke", "keys"]
bad_words = ["nigga", "nigger", "coon", "cock", "kiss"]
good_words = ["black person", "black person", "bruh", "coke", "keys"]
vulgar_filter = True


Expand Down

0 comments on commit a710b7b

Please sign in to comment.