diff --git a/discord.stable.js b/discord.stable.js index 3bcc53d0..a95a052e 100644 --- a/discord.stable.js +++ b/discord.stable.js @@ -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;