From 0d4f2677755b7a4b8ed7e6e331b1c1126e6d6016 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Fri, 14 Feb 2025 21:39:01 -0500 Subject: [PATCH] Can Reporter Stop Trolling Me :) --- src/equicordplugins/customUserColors/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/equicordplugins/customUserColors/index.tsx b/src/equicordplugins/customUserColors/index.tsx index d9ff6a71..5e0bfe35 100644 --- a/src/equicordplugins/customUserColors/index.tsx +++ b/src/equicordplugins/customUserColors/index.tsx @@ -85,8 +85,8 @@ export default definePlugin({ // this also affects name headers in chats outside of servers find: /type:\i\.\i\.Types\.REMIX/, replacement: { - match: /(username,style):"username".{0,25}void 0/, - replace: "$1:{color:$self.colorIfServer(arguments[0])}" + match: /"username".{0,25}void 0/, + replace: "{color:$self.colorIfServer(arguments[0])}" } }, {