From 02506b77dd0a3dab1022620cc38e9a8b88d41469 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:00:30 -0400 Subject: [PATCH] Fix RelationshipNotifier? --- src/plugins/relationshipNotifier/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))||" } }, {