Fix RelationshipNotifier?
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-06-18 19:00:30 -04:00
parent 89be4cd54b
commit 02506b77dd
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ export default definePlugin({
find: "removeRelationship:(",
replacement: {
match: /(removeRelationship:\((\i),\i,\i\)=>)/,
replace: "$1($self.removeFriend($2),0)||"
replace: "$1($self.removeFriend($2))||"
}
},
{