This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Profanity and Inclusive message check added (#87)
* feat: alexjs config functionality * feat: alexjs * feat: alexjs config
- Loading branch information
1 parent
db61a45
commit d55108d
Showing
4 changed files
with
3,412 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
{ | ||
"prefix": "cm!" | ||
} | ||
"prefix": "cm!", | ||
"alexjs": { | ||
"allow": [ | ||
"he-she", | ||
"her-him", | ||
"gal-guy", | ||
"dad-mom", | ||
"brother-sister" | ||
] | ||
} | ||
} |
Oops, something went wrong.