From 2e9d67f0b4dbc59088b22e317c634d96c92a5985 Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Sun, 21 Sep 2025 23:15:14 -0400 Subject: [PATCH] add Vencord badges to user settings section (#3667) Co-authored-by: V --- src/plugins/_api/badges/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/plugins/_api/badges/index.tsx b/src/plugins/_api/badges/index.tsx index 8742a4bd..8c900038 100644 --- a/src/plugins/_api/badges/index.tsx +++ b/src/plugins/_api/badges/index.tsx @@ -111,6 +111,13 @@ export default definePlugin({ replace: "...$self.getBadgeMouseEventHandlers($1),$&" } ] + }, + { + find: "profileCardUsernameRow,children:", + replacement: { + match: /badges:(\i)(?<=displayProfile:(\i).+?)/, + replace: "badges:[...$self.getBadges($2),...$1]" + } } ],