mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +00:00
Update src/plugins/keywordNotify/index.tsx
Co-authored-by: AutumnVN <autumnvnchino@gmail.com>
This commit is contained in:
parent
473d147854
commit
99036977bb
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export default definePlugin({
|
||||||
find: "isRawMessageMentioned:",
|
find: "isRawMessageMentioned:",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /isRawMessageMentioned:function\(\){return (.{1,2}).{1,512}function \1\(.{1,512}?=(.{1,2});return/,
|
match: /isRawMessageMentioned:function\(\){return (.{1,2}).{1,512}function \1\(.{1,512}?=(.{1,2});return/,
|
||||||
replace: "$& Vencord.Plugins.plugins.KeywordNotify.contains($2) ||"
|
replace: "$& $self.contains($2) ||"
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue