mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 19:50:55 +00:00
Webpack build for branch stable: e5bd6ec150
This commit is contained in:
parent
fe675b87eb
commit
f71cda4cb5
1 changed files with 2 additions and 6 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue