Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #156 from genzyy/fix-154-155
Browse files Browse the repository at this point in the history
fix: #154 and #155
  • Loading branch information
siddhant-khisty committed Jan 4, 2022
2 parents e6c2d09 + a365acf commit 5433523
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 52 deletions.
104 changes: 53 additions & 51 deletions config.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
2 changes: 1 addition & 1 deletion src/Commands/restrictedWords.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5433523

Please sign in to comment.