This commit is contained in:
vishnyanetchereshnya 2024-06-09 20:17:06 +03:00 committed by GitHub
parent 3c6e570033
commit 69d77598bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,7 +154,7 @@ const patchMessageContextMenu = (
children,
`<${
reactionEmojiObject.animated ? "a" : ""
}:${reactionEmojiName}:${emojiId}>`
}:${reactionEmojiName.replace(/~\d+$/, "")}:${emojiId}>`
);
};