diff options
author | Vendicated <vendicated@riseup.net> | 2023-03-31 05:55:17 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-03-31 05:55:25 +0200 |
commit | efd99276961ffeaf9440521f2a902ee4f9b5f5ed (patch) | |
tree | 7df7c9a98c45fc929a782b9e8648a99e99f7087a /src/plugins/pronoundb/index.ts | |
parent | c86a34a15d189c67ce8edd2f23aec37f2440d07c (diff) | |
download | Vencord-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.ts | 4 |
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" } } ], |