Fix PronounDB in profile
This commit is contained in:
parent
ab1b002ed1
commit
148a32096c
1 changed files with 1 additions and 1 deletions
|
@ -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})/,
|
||||||
|
|
Loading…
Reference in a new issue