mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-29 08:24:26 -04:00
BetterBanReasons: Fix Patch
This commit is contained in:
parent
82f1b9a0f2
commit
167d48d3ac
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default definePlugin({
|
||||||
replace: "$self.getReasons()"
|
replace: "$self.getReasons()"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
match: /useState\((null|0)\)(?=.{0,200}targetUserId:)/,
|
match: /useState\(null\)(?=.{0,300}targetUserId:)/,
|
||||||
replace: "useState($self.getDefaultState())"
|
replace: "useState($self.getDefaultState())"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue