From ade1454c620d618d9bed59c7cee1a4e1d7a6aea1 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Fri, 13 Jun 2025 18:00:12 -0400 Subject: [PATCH] Fix Patch --- src/equicordplugins/moreStickers/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/equicordplugins/moreStickers/index.tsx b/src/equicordplugins/moreStickers/index.tsx index 08796396..5eada01b 100644 --- a/src/equicordplugins/moreStickers/index.tsx +++ b/src/equicordplugins/moreStickers/index.tsx @@ -37,8 +37,8 @@ export default definePlugin({ match: /(children:\(0,\i\.jsx\)\()(.{0,10})({innerClassName.{10,30}\.stickerButton)/, replace: "$1arguments[0]?.stickersType?$self.stickerButton:$2$3" }, { - match: /(\i=)((\i\.useCallback\(\(\)=>\{\(.*?\)\().*?\.STICKER,(\i.{0,10}));/, - replace: '$1arguments[0]?.stickersType?$3"stickers+",$4:$2;' + match: /(\i=)((\i\.useCallback\(\(\)=>\{\(.*?\)\().*?\.STICKER,(\i.{0,25}\]\)))/, + replace: '$1arguments[0]?.stickersType?$3"stickers+",$4:$2' }, { match: /(\i)=((\i)===\i\.\i\.STICKER)/, replace: "$1=arguments[0].stickersType?($3===arguments[0].stickersType):($2)"