Webpack build for branch master: 9365272baf

This commit is contained in:
Travis CI 2017-04-10 18:32:45 +00:00
parent 3b38663701
commit a96f7634a6
2 changed files with 2 additions and 2 deletions

View file

@ -5830,7 +5830,7 @@ class Message {
if ('pinned' in data) this.pinned = data.pinned;
if ('tts' in data) this.tts = data.tts;
if ('embeds' in data) this.embeds = data.embeds.map(e => new Embed(this, e));
else this.embeds = new Collection(this.embeds);
else this.embeds = this.embeds.slice();
if ('attachments' in data) {
this.attachments = new Collection();

File diff suppressed because one or more lines are too long