mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-29 08:24:26 -04:00
parent
5c981b6c69
commit
ade1454c62
1 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue