diff --git a/src/plugins/relationshipNotifier/index.ts b/src/plugins/relationshipNotifier/index.ts index d913dde4..0e1aa077 100644 --- a/src/plugins/relationshipNotifier/index.ts +++ b/src/plugins/relationshipNotifier/index.ts @@ -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))||" } }, {