mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: 4e028d713a
This commit is contained in:
parent
abe12e09da
commit
8a146fe553
2 changed files with 2 additions and 2 deletions
|
|
@ -23941,7 +23941,7 @@ class ReactionStore extends DataStore {
|
|||
create(data) {
|
||||
const emojiID = data.emoji.id || decodeURIComponent(data.emoji.name);
|
||||
|
||||
const existing = this.get(data.id);
|
||||
const existing = this.get(emojiID);
|
||||
if (existing) return existing;
|
||||
|
||||
const reaction = new MessageReaction(this.message, data.emoji, data.count, data.me);
|
||||
|
|
|
|||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue