aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/pronoundb/index.ts
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-03-31 05:55:17 +0200
committerVendicated <vendicated@riseup.net>2023-03-31 05:55:25 +0200
commitefd99276961ffeaf9440521f2a902ee4f9b5f5ed (patch)
tree7df7c9a98c45fc929a782b9e8648a99e99f7087a /src/plugins/pronoundb/index.ts
parentc86a34a15d189c67ce8edd2f23aec37f2440d07c (diff)
downloadVencord-efd99276961ffeaf9440521f2a902ee4f9b5f5ed.tar.gz
Vencord-efd99276961ffeaf9440521f2a902ee4f9b5f5ed.tar.bz2
Vencord-efd99276961ffeaf9440521f2a902ee4f9b5f5ed.zip
Fix broken plugins
Diffstat (limited to 'src/plugins/pronoundb/index.ts')
-rw-r--r--src/plugins/pronoundb/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/pronoundb/index.ts b/src/plugins/pronoundb/index.ts
index 5587191..59ade8d 100644
--- a/src/plugins/pronoundb/index.ts
+++ b/src/plugins/pronoundb/index.ts
@@ -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"
}
}
],