From f71cda4cb5e103842d4a30a1612e1145ed6b98a0 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 8 Aug 2018 10:49:14 +0000 Subject: [PATCH] Webpack build for branch stable: e5bd6ec150baee5ee4ca0830b80753b7c59f4844 --- discord.stable.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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;