-
I'm running over an issue, here is my function (with the word ash*le for exemple):
```
const applyWordFiltered = text => {
const badWordsFilter = new Filter({ emptyList: true })
badWordsFi…
-
Filters are functions that can be run before the request makes it to the skills. This is pre-classification so the filter can get the basic metadata like the sentence etc.
A filter once set runs for…
-
If I put many words together without spaces it doesn't filter them.
-
Hello.
The banning from the Bad Words System, does not work anymore.
It does send a message to the user that has reached 3 warnings, but it does not ban the user.
And all warning points are reset b…
-
server version: `git-Paper-209 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)`
I get the following error in console occasionally. Not sure what the issue is but I figured I'd report …
-
Is it synchronous or I can use promise .then() something like
````
badwordsfilter.isProfane("some serious s**it")
.then(()=>
.....
````