mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
More Fixes
This commit is contained in:
parent
8cc6a73e19
commit
76c540bd73
4 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue