mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
Oopsy in the replace
This commit is contained in:
parent
f84099ab2d
commit
cabf428013
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export default definePlugin({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
match: /useState\(0\)(?=.{0,100}targetUserId:)/,
|
match: /useState\(0\)(?=.{0,100}targetUserId:)/,
|
||||||
replace: "useState($self.isOtherDefault())$2"
|
replace: "useState($self.isOtherDefault())"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue