1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

AlwaysAnimate: Add guild banner (#2036)

This commit is contained in:
zImPatrick 2023-12-13 21:41:50 +01:00 committed by Luna
parent 0df08bdccb
commit 899aaed5dc

View file

@ -46,6 +46,13 @@ export default definePlugin({
match: /(?<=\.activityEmoji,.+?animate:)\i/,
replace: "!0"
}
},
{
find: ".animatedBannerHoverLayer,onMouseEnter:",
replacement: {
match: /(?<=guildBanner:\i,animate:)\i/,
replace: "!0"
}
}
]
});