From 99036977bb9eed0af364d108255e66404db85f0a Mon Sep 17 00:00:00 2001 From: camila <47485054+camila314@users.noreply.github.com> Date: Sat, 11 Nov 2023 20:36:19 -0600 Subject: [PATCH] Update src/plugins/keywordNotify/index.tsx Co-authored-by: AutumnVN --- src/plugins/keywordNotify/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/keywordNotify/index.tsx b/src/plugins/keywordNotify/index.tsx index c0070ee9c..96095a1c5 100644 --- a/src/plugins/keywordNotify/index.tsx +++ b/src/plugins/keywordNotify/index.tsx @@ -94,7 +94,7 @@ export default definePlugin({ find: "isRawMessageMentioned:", replacement: { 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) ||" } }],