mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: 25ece1882b
This commit is contained in:
parent
afd4fc8d3e
commit
8582090813
2 changed files with 2 additions and 3 deletions
|
|
@ -24258,8 +24258,7 @@ class ReactionStore extends DataStore {
|
|||
}
|
||||
|
||||
create(data, cache) {
|
||||
data.emoji.id = data.emoji.id || decodeURIComponent(data.emoji.name);
|
||||
return super.create(data, cache, { id: data.emoji.id, extras: [this.message] });
|
||||
return super.create(data, cache, { id: data.emoji.id || data.emoji.name, extras: [this.message] });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
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