Webpack build for branch stable: ecdc020e07cb5696b79539727b98760cf4ac017a

This commit is contained in:
Travis CI 2018-08-08 10:35:13 +00:00
parent 8c6e5cf059
commit fe675b87eb

View file

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