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