From 3cfe1dd9cce9ad44a585fbe8a77e7927d1db0a69 Mon Sep 17 00:00:00 2001 From: camila <47485054+camila314@users.noreply.github.com> Date: Fri, 17 Nov 2023 00:35:11 -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 73a9bf275..6013b195c 100644 --- a/src/plugins/keywordNotify/index.tsx +++ b/src/plugins/keywordNotify/index.tsx @@ -95,7 +95,7 @@ export default definePlugin({ { find: "}_dispatch(", replacement: { - match: /}_dispatch\((.{1,2}),.{1,2}\){/, + match: /}_dispatch\((\i),\i\){/, replace: "$&$1=$self.modify($1);" } }