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