Fix m->d then d->m reactions not merging

This commit is contained in:
Cadence Ember 2025-06-16 22:50:34 +12:00
commit 2c15468c22
7 changed files with 17 additions and 7 deletions

View file

@ -401,7 +401,7 @@ async function messageToEvent(message, guild, options = {}, di) {
const id = match[3]
const name = match[2]
const animated = !!match[1]
return emojiToKey.emojiToKey({id, name, animated}) // Register the custom emoji if needed
return emojiToKey.emojiToKey({id, name, animated}, message.id) // Register the custom emoji if needed
}))
async function transformParsedVia(parsed) {