Webpack build for branch master: f73e6a3e4d

This commit is contained in:
Travis CI 2017-03-30 20:15:27 +00:00
parent 49953e4b9b
commit 77b1591cb4

View file

@ -10633,7 +10633,7 @@ class MessageEmbed {
this.image = data.image ? new MessageEmbedImage(this, data.image) : null;
/**
* The image of this embed, if there is one
* The video of this embed, if there is one
* @type {?MessageEmbedVideo}
*/
this.video = data.video ? new MessageEmbedVideo(this, data.video) : null;