From 734e4bce8d4dd07d925ccd13a31fe8c9b37cb4af Mon Sep 17 00:00:00 2001 From: CatCraftYT <37033401+CatCraftYT@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:37:42 +0930 Subject: [PATCH] Fixed for new update --- src/plugins/blockKeywords/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/blockKeywords/index.ts b/src/plugins/blockKeywords/index.ts index c032359e7..5e78894cf 100644 --- a/src/plugins/blockKeywords/index.ts +++ b/src/plugins/blockKeywords/index.ts @@ -32,7 +32,7 @@ export default definePlugin({ authors: [Devs.catcraft], patches: [ { - find: '.default("ChannelMessages")', + find: '"_channelMessages",{})', replacement: { match: /static commit\((.{1,2})\){/g, replace: "$&$1=$self.blockMessagesWithKeywords($1);"