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