More Fixes

This commit is contained in:
thororen1234 2025-02-11 18:31:16 -05:00
parent 8cc6a73e19
commit 76c540bd73
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

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