mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 17:13:03 -04:00
Some Fixes
This commit is contained in:
parent
fc7827a2f0
commit
ccdd779396
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ export default definePlugin({
|
|||
replacement: [
|
||||
{
|
||||
match: /(?<=function (\i)\((\i)\){)(?=.*MESSAGE_CREATE:\1)/,
|
||||
replace: (_, _funcName, props) => `if($self.isBlocked(${props}.message))return;`
|
||||
replace: (_, _funcName, props) => `if($self.isBlocked(${props}.message))||$self.isReplyToBlocked(${props}.message))return;`
|
||||
}
|
||||
]
|
||||
})),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue