From 148a32096c90d0c7f266a7e2f44ec9e128a024e4 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Wed, 25 Oct 2023 20:51:37 +0200 Subject: [PATCH] Fix PronounDB in profile --- src/plugins/pronoundb/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/pronoundb/index.ts b/src/plugins/pronoundb/index.ts index 6eac8669..b1e74158 100644 --- a/src/plugins/pronoundb/index.ts +++ b/src/plugins/pronoundb/index.ts @@ -65,7 +65,7 @@ export default definePlugin({ }, // Patch the profile modal username header to use our pronoun hook instead of Discord's pronouns { - find: ".USER_PROFILE_ACTIVITY", + find: ".nameTagSmall)", replacement: [ { match: /\.getName\(\i\);(?<=displayProfile.{0,200})/,