mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -04:00
AlwaysAnimate: Fix animating status emojis
This commit is contained in:
parent
97af9f8d98
commit
a8b2b0ca64
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default definePlugin({
|
|||
// Status emojis
|
||||
find: "#{intl::GUILD_OWNER}),children:",
|
||||
replacement: {
|
||||
match: /(\.CUSTOM_STATUS.+?animate:)\i/,
|
||||
match: /(\.CUSTOM_STATUS.+?animateEmoji:)\i/,
|
||||
replace: "$1!0"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue