Fix reporter and AlwaysAnimate patch

This commit is contained in:
Nuckyz 2023-12-13 21:41:09 -03:00
parent a8b0ce6f03
commit a5442d87d5
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
2 changed files with 8 additions and 3 deletions

View file

@ -48,9 +48,10 @@ export default definePlugin({
}
},
{
// Guild Banner
find: ".animatedBannerHoverLayer,onMouseEnter:",
replacement: {
match: /(?<=guildBanner:\i,animate:)\i/,
match: /(?<=guildBanner:\i,animate:)\i(?=}\))/,
replace: "!0"
}
}