mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
bugfix
This commit is contained in:
parent
3c6e570033
commit
69d77598bf
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ const patchMessageContextMenu = (
|
||||||
children,
|
children,
|
||||||
`<${
|
`<${
|
||||||
reactionEmojiObject.animated ? "a" : ""
|
reactionEmojiObject.animated ? "a" : ""
|
||||||
}:${reactionEmojiName}:${emojiId}>`
|
}:${reactionEmojiName.replace(/~\d+$/, "")}:${emojiId}>`
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue