AlwaysAnimate: Add guild banner (#2036)

This commit is contained in:
zImPatrick 2023-12-13 21:41:50 +01:00 committed by GitHub
parent 40b3ec57ce
commit 2cf52d0775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
}
}
]
});