BetterBanReasons: Fix Patch

This commit is contained in:
thororen1234 2025-06-24 20:21:39 -04:00
parent 82f1b9a0f2
commit 167d48d3ac
No known key found for this signature in database

View file

@ -82,7 +82,7 @@ export default definePlugin({
replace: "$self.getReasons()"
},
{
match: /useState\((null|0)\)(?=.{0,200}targetUserId:)/,
match: /useState\(null\)(?=.{0,300}targetUserId:)/,
replace: "useState($self.getDefaultState())"
}]
}