mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 14:11:09 +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) {
|
||||
/**
|
||||
* 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue