Fix Badges

This commit is contained in:
V 2023-07-02 01:17:02 +02:00
parent 4c197d5d51
commit 1cbf2b43e1
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -80,8 +80,8 @@ export default definePlugin({
find: "Messages.PROFILE_USER_BADGES,role:", find: "Messages.PROFILE_USER_BADGES,role:",
replacement: [ replacement: [
{ {
match: /(?<=(\i)\.isTryItOutFlow,)(.{0,300})null==\i\?void 0:(\i)\.getBadges\(\)/, match: /&&(\i)\.push\(\{id:"premium".+?\}\);/,
replace: (_, props, restCode, badgesMod) => `vencordProps=${props},${restCode}Vencord.Api.Badges._getBadges(vencordProps).concat(${badgesMod}?.getBadges()??[])`, replace: "$&$1.unshift(...Vencord.Api.Badges._getBadges(arguments[0]));",
}, },
{ {
// alt: "", aria-hidden: false, src: originalSrc // alt: "", aria-hidden: false, src: originalSrc