mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 11:27:02 -04:00
Fix OnePingPerDM and RoleColorEverywhere patches (#2387)
This commit is contained in:
parent
9e0aa4b23c
commit
4fce88fa8f
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}]
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue