mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -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
|
// Status emojis
|
||||||
find: "#{intl::GUILD_OWNER}),children:",
|
find: "#{intl::GUILD_OWNER}),children:",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(\.CUSTOM_STATUS.+?animate:)\i/,
|
match: /(\.CUSTOM_STATUS.+?animateEmoji:)\i/,
|
||||||
replace: "$1!0"
|
replace: "$1!0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue