Misc Fixes
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-05-01 15:19:16 -04:00
parent b0f12a9e3f
commit eb12516344
No known key found for this signature in database

View file

@ -99,7 +99,7 @@ export default definePlugin({
predicate: () => settings.store.voiceChannelList,
replacement: [
{
match: /(?<=children:\[null!=\i\?)\i(?=:\i\.\i\.getName\((\i)\))/,
match: /(?<=children:\[)null!=\i\?\i:\i\.\i\.getName\((\i)\)/,
replace: "$self.getUsername($1)"
},
]
@ -110,7 +110,7 @@ export default definePlugin({
replacement: [
{
match: /\i\.\i\.getName\(\i,null==.{0,15},(\i)\)/g,
replace: "$self.getUsername($1),"
replace: "$self.getUsername($1)"
},
]
},