From a3e74c44dfb29c0bc599b06c3cedda1f8a34fdcf Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:11:00 -0400 Subject: [PATCH] Fix For StatusPresets --- src/equicordplugins/statusPresets/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/equicordplugins/statusPresets/index.tsx b/src/equicordplugins/statusPresets/index.tsx index 49bb152e..56849af6 100644 --- a/src/equicordplugins/statusPresets/index.tsx +++ b/src/equicordplugins/statusPresets/index.tsx @@ -161,8 +161,8 @@ export default definePlugin({ { find: "#{intl::STATUS_MENU_LABEL}", replacement: { - match: /:void 0\}\)/, - replace: "$&,$self.render()" + match: /(:void 0\}\))\]/, + replace: "$1,$self.render()]" } } ],