|
|
@ -31,7 +31,7 @@ export default definePlugin({
|
|
|
|
match: /let\{[^}]*lostPermissionTooltipText:\i[^}]*\}=(\i),/,
|
|
|
|
match: /let\{[^}]*lostPermissionTooltipText:\i[^}]*\}=(\i),/,
|
|
|
|
replace: "$&vencordProps=$1,"
|
|
|
|
replace: "$&vencordProps=$1,"
|
|
|
|
}, {
|
|
|
|
}, {
|
|
|
|
match: /decorators:.{0,100}?children:\[/,
|
|
|
|
match: /\.Messages\.GUILD_OWNER(?=.+?decorators:(\i)\(\)).+?\1=?\(\)=>.+?children:\[/,
|
|
|
|
replace: "$&...(typeof vencordProps=='undefined'?[]:Vencord.Api.MemberListDecorators.__getDecorators(vencordProps)),"
|
|
|
|
replace: "$&...(typeof vencordProps=='undefined'?[]:Vencord.Api.MemberListDecorators.__getDecorators(vencordProps)),"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|