mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Make BlockKrisp Work on Stable
This commit is contained in:
parent
191742245d
commit
0fd624b282
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: "krisp_browser_models",
|
find: "krisp_browser_models",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(\i,\{\i:\(\)=>)\i/,
|
match: /(\i:)(\(\)=>|function\(\){return )\i/,
|
||||||
replace: "$1null"
|
replace: "$1$2null"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Set Krisp to not supported
|
// Set Krisp to not supported
|
||||||
|
|
Loading…
Reference in a new issue