mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -04:00
This commit is contained in:
parent
aef162d3b5
commit
3338c10678
2 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
|
||||||
### Extra included plugins
|
### Extra included plugins
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>168 additional plugins</summary>
|
<summary>167 additional plugins</summary>
|
||||||
|
|
||||||
### All Platforms
|
### All Platforms
|
||||||
|
|
||||||
|
@ -118,7 +118,6 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
|
||||||
- NoOnboarding by omaw & Glitch
|
- NoOnboarding by omaw & Glitch
|
||||||
- NoRoleHeaders by Samwich
|
- NoRoleHeaders by Samwich
|
||||||
- NotificationTitle by Kyuuhachi
|
- NotificationTitle by Kyuuhachi
|
||||||
- OnePingPerDM by ProffDea
|
|
||||||
- PingNotifications by smuki
|
- PingNotifications by smuki
|
||||||
- PinIcon by iamme
|
- PinIcon by iamme
|
||||||
- PlatformSpoofer by Drag
|
- PlatformSpoofer by Drag
|
||||||
|
|
|
@ -49,7 +49,7 @@ export default definePlugin({
|
||||||
replace: "$&if(!$self.isPrivateChannelRead(arguments[0]?.message))return;else "
|
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"
|
replace: "sound:!$self.isPrivateChannelRead(arguments[0]?.message)?undefined:$1"
|
||||||
}]
|
}]
|
||||||
}],
|
}],
|
Loading…
Add table
Add a link
Reference in a new issue