AlwaysAnimate: Add guild banner (#2036)
This commit is contained in:
parent
40b3ec57ce
commit
2cf52d0775
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ export default definePlugin({
|
||||||
match: /(?<=\.activityEmoji,.+?animate:)\i/,
|
match: /(?<=\.activityEmoji,.+?animate:)\i/,
|
||||||
replace: "!0"
|
replace: "!0"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
find: ".animatedBannerHoverLayer,onMouseEnter:",
|
||||||
|
replacement: {
|
||||||
|
match: /(?<=guildBanner:\i,animate:)\i/,
|
||||||
|
replace: "!0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue