Fix OnePingPerDM and RoleColorEverywhere patches (#2387)

main
Elvyra 5 months ago committed by GitHub
parent 9e0aa4b23c
commit 4fce88fa8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,7 +49,7 @@ export default definePlugin({
replace: "$&if(!$self.isPrivateChannelRead(arguments[0]?.message))return;else "
},
{
match: /sound:(\i\?\i:void 0,volume:\i,onClick)/,
match: /sound:(\i\?\i:void 0,soundpack:\i,volume:\i,onClick)/,
replace: "sound:!$self.isPrivateChannelRead(arguments[0]?.message)?undefined:$1"
}]
}],

@ -94,7 +94,7 @@ export default definePlugin({
find: "renderPrioritySpeaker",
replacement: [
{
match: /renderName\(\).{0,100}speaking:.{50,150}"div",{/,
match: /renderName\(\).{0,100}speaking:.{50,200}"div",{/,
replace: "$&...$self.getVoiceProps(this.props),"
}
],

Loading…
Cancel
Save