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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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"
}
}
]
});