Joseph Liu
Joseph Liu
This is very much possible using `reFindAllSubmatches` (which returns all matches of the pattern within the text with their groups) within the custom command code. If you are willing to...
No problem! I'll keep this open in case someone would like to work on it and submit it to the collection here (could be useful in the support server actually,...
To my knowledge, at present, the leveling system does not include the role reward in its level-up message; rather, it only mentions the new level. As such, I'm not too...
Closing as stale. Happy to reopen if you clarify your request per my previous reply.
I'm sure I'm missing something, but I'm not clear on what benefits the key-based system confers over the proposed change.
I'm going to re-close this PR for housekeeping purposes. We can discuss what, if anything, we want to change about `execCC` limits internally and adjust afterward; it's not clear that...
The error seems to be in the whitelisted term matching logic. In particular, we are using an index into the original input where we should instead be using an index...
The issue you're seeing here is caused by the [collapse duplicates transformer](https://github.com/jo3-l/obscenity/blob/main/docs/reference/README.md#collapseduplicatestransformer), which is included in the set of recommended transformers. After this transformer is applied, the original input `666`...
This one is really quite unfortunate. The issue is again due to one of the default transformers, which [skips non-alphabetic characters](https://github.com/jo3-l/obscenity/tree/main/docs/reference#skipnonalphabetictransformer); this allows patterns such as `foo` to match `f_o_o`....
Also, on an unrelated note — would you be willing to comment on which parts of the Obscenity API you use in your project? In particular, I'm curious as to...