Webpack build for branch stable: e5bd6ec150

This commit is contained in:
Travis CI 2018-08-08 10:49:14 +00:00
parent fe675b87eb
commit f71cda4cb5

View file

@ -13314,11 +13314,7 @@ class MessageEmbed {
setup(data) {
/**
* The type of this embed, either:
* * `image` - an image embed
* * `video` - a video embed
* * `link` - a link embed
* * `rich` - a rich embed
* The type of this embed
* @type {string}
*/
this.type = data.type;
@ -13342,7 +13338,7 @@ class MessageEmbed {
this.url = data.url;
/**
* The color of this embed
* The color of the embed
* @type {number}
*/
this.color = data.color;