OnePingPerDM Moved To Vencord
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-04-25 08:32:44 -04:00
parent aef162d3b5
commit 3338c10678
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

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