From 52400852856d56ffff4832313f30a14861669c01 Mon Sep 17 00:00:00 2001 From: camila314 <47485054+camila314@users.noreply.github.com> Date: Tue, 21 Nov 2023 06:47:18 -0600 Subject: [PATCH] remove default from find/replace --- 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 760a6859a..b92ec5c46 100644 --- a/src/plugins/keywordNotify/index.tsx +++ b/src/plugins/keywordNotify/index.tsx @@ -153,7 +153,7 @@ export default definePlugin({ } }, { - find: ".default.guildFilter:null", + find: ".guildFilter:null", replacement: { match: /function (\i)\(\i\){let{message:\i,gotoMessage/, replace: "$self.renderMsg = $1; $&"