mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
Bug fix
This commit is contained in:
parent
7a00a73b03
commit
00b177f1b5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export default definePlugin({
|
|||
},
|
||||
{
|
||||
match: /useState\(0\)(?=.{0,100}targetUserId:)/,
|
||||
replace: "useState($self.isOtherDefault())"
|
||||
replace: "useState($self.getDefaultState())"
|
||||
}]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue