mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 17:26:22 +00:00
Use \i in second patch
This commit is contained in:
parent
54c9564894
commit
b44513817c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: ",findInlineEmojisFromSurrogates:",
|
find: ",findInlineEmojisFromSurrogates:",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /if\(!0!==.{1,2}&&!.{1,2}\.test\(.{1,2}\)\)/,
|
match: /if\(!0!==\i&&!\i\.test\(\i\)\)/,
|
||||||
replace: "if(true)",
|
replace: "if(true)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue