Fix PronounDB in profile

This commit is contained in:
Vendicated 2023-10-25 20:51:37 +02:00
parent ab1b002ed1
commit 148a32096c
No known key found for this signature in database
GPG Key ID: D66986BAF75ECF18

@ -65,7 +65,7 @@ export default definePlugin({
}, },
// Patch the profile modal username header to use our pronoun hook instead of Discord's pronouns // Patch the profile modal username header to use our pronoun hook instead of Discord's pronouns
{ {
find: ".USER_PROFILE_ACTIVITY", find: ".nameTagSmall)",
replacement: [ replacement: [
{ {
match: /\.getName\(\i\);(?<=displayProfile.{0,200})/, match: /\.getName\(\i\);(?<=displayProfile.{0,200})/,