mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-30 19:23:29 -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",
|
||||
replacement: {
|
||||
match: /(\i,\{\i:\(\)=>)\i/,
|
||||
replace: "$1null"
|
||||
match: /(\i:)(\(\)=>|function\(\){return )\i/,
|
||||
replace: "$1$2null"
|
||||
}
|
||||
},
|
||||
// Set Krisp to not supported
|
||||
|
|
Loading…
Reference in a new issue