Webpack build for branch master: 1bdaa62481

This commit is contained in:
Travis CI 2017-09-01 14:10:52 +00:00
parent 0897386d7c
commit ac531473c5
2 changed files with 2 additions and 2 deletions

View file

@ -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,

File diff suppressed because one or more lines are too long