Fix broken plugins

This commit is contained in:
Vendicated 2023-03-31 05:55:17 +02:00
parent c86a34a15d
commit efd9927696
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
2 changed files with 5 additions and 5 deletions

View file

@ -63,8 +63,8 @@ export default definePlugin({
{
find: ".Messages.USER_POPOUT_PRONOUNS",
replacement: {
match: /\i\.\i\.useExperiment\({}\)\.showPronouns/,
replace: "true"
match: /\.showPronouns/,
replace: ".showPronouns||true"
}
}
],