From f3f941566555657c1783bd545561c44056d47081 Mon Sep 17 00:00:00 2001 From: Cristiano Ferreira Date: Fri, 9 Feb 2024 21:00:12 +0000 Subject: [PATCH] Add a few more black listed words. --- helper/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/constants.py b/helper/constants.py index 455a882..dfef39d 100644 --- a/helper/constants.py +++ b/helper/constants.py @@ -34,7 +34,7 @@ SPEAKING_MIN_TIMER_DEFAULT = 14 BLACKLISTED_WORDS = ["jesus", "sex", "gay", "lesbian", "homosexual", "god", "angel", "pornography", "beer", "wine", "cocaine", "drugs", "alcohol", "nudity", "lgbt", "casino", "gambling", "gaming", "catholicism", "discrimination", "politics", "politic", "christianity", "islam", "christian", "christians", - "jews", "jew"] + "jews", "jew", "policies", "human rights", "discrimination", "discriminatory"] EN_US_VOICES = [ {'Gender': 'Female', 'Id': 'Salli', 'LanguageCode': 'en-US', 'LanguageName': 'US English', 'Name': 'Salli',