mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 16:43:04 -04:00
Fix multiple plugins (again)
This commit is contained in:
parent
1e01f85217
commit
19d2986dbb
11 changed files with 66 additions and 91 deletions
|
@ -92,12 +92,12 @@ export default definePlugin({
|
|||
replace: '">0"'
|
||||
}
|
||||
},
|
||||
// empty word filter (why would anyone search "horny" in fucking server discovery... please... why are we patching this again??)
|
||||
// empty word filter
|
||||
{
|
||||
find: '"horny","fart"',
|
||||
find: '"kinkster","kinky"',
|
||||
predicate: () => settings.store.disableDisallowedDiscoveryFilters,
|
||||
replacement: {
|
||||
match: /=\["egirl",.+?\]/,
|
||||
match: /=\[".+?"\]/g,
|
||||
replace: "=[]"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue