forked from Galactic/galactic-bot
remove shit
This commit is contained in:
parent
0b150680ff
commit
876de5ca9e
@ -23,12 +23,6 @@ module.exports = class FilterUtility {
|
||||
FilterUtility.whitelist = new BinaryTree(null, whitelist);
|
||||
}
|
||||
|
||||
/*static filter = {
|
||||
words: CONFIG.words.map((word) => new RegExp(`(${word})`, 'gi')),
|
||||
_words: CONFIG._words,
|
||||
links: CONFIG.links
|
||||
}*/
|
||||
|
||||
static get REPLACED_CHARS_PATTERNS() {
|
||||
return {
|
||||
"0": "0|⓪|₀|⁰|𝟢|𝟘|0|𝟎|𝟬|𝟶",
|
||||
|
Loading…
Reference in New Issue
Block a user