diff --git a/config.json b/config.json index 836305f..2a1c054 100644 --- a/config.json +++ b/config.json @@ -1,53 +1,55 @@ { - "prefix": "cm!", - "alexjs": { - "allow": [ - "he-she", - "her-him", - "gal-guy", - "dad-mom", - "brother-sister", - "just", - "easy", - "simple", - "simply", - "fellowship", - "guys", - "ball", - "obviously", - "white", - "black", - "crashes", - "crash", - "clearly", - "host", - "japanese", - "chinese", - "american", - "fail", - "failed", - "of course", - "remains", - "ho", - "sos", - "illegal", - "canadian", - "basically", - "hard", - "harder", - "bomb", - "asian", - "white list", - "whitelist", - "color", - "period", - "hang", - "lies", - "obvious", - "special", - "remain", - "hook", - "uk" - ] - } + "prefix": "cm!", + "alexjs": { + "allow": [ + "he-she", + "her-him", + "gal-guy", + "dad-mom", + "brother-sister", + "just", + "easy", + "simple", + "simply", + "fellowship", + "guys", + "ball", + "obviously", + "white", + "black", + "crashes", + "crash", + "clearly", + "host", + "japanese", + "chinese", + "american", + "fail", + "failed", + "of course", + "remains", + "ho", + "sos", + "illegal", + "canadian", + "basically", + "hard", + "harder", + "bomb", + "asian", + "white list", + "whitelist", + "color", + "period", + "hang", + "lies", + "obvious", + "special", + "remain", + "hook", + "uk", + "whitespace", + "ques" + ] + } } diff --git a/src/Commands/restrictedWords.js b/src/Commands/restrictedWords.js index 066e3f2..6535984 100644 --- a/src/Commands/restrictedWords.js +++ b/src/Commands/restrictedWords.js @@ -61,7 +61,7 @@ try { if (message.content.toLowerCase().includes(words[i])) { warningMessage = 'Please do not talk about other edTech startups here 🚫. If you think I did a mistake dont worry I am still under development, tag Community Manager and report this 🏷️. '; - message.author.send(customMessage); + message.author.send(warningMessage); message.delete(); break; }