mirror of
https://github.com/danbulant/discord.js
synced 2026-06-22 00:02:13 +00:00
Webpack build for branch master: 1bdaa62481
This commit is contained in:
parent
0897386d7c
commit
ac531473c5
2 changed files with 2 additions and 2 deletions
|
|
@ -6646,7 +6646,7 @@ class Guild extends Base {
|
|||
* @type {EmojiStore<Snowflake, Emoji>}
|
||||
*/
|
||||
this.emojis = new EmojiStore(this);
|
||||
for (const emoji of data.emojis) this.emojis.create(emoji);
|
||||
if (data.emojis) for (const emoji of data.emojis) this.emojis.create(emoji);
|
||||
} else {
|
||||
this.client.actions.GuildEmojisUpdate.handle({
|
||||
guild_id: this.id,
|
||||
|
|
|
|||
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