diff --git a/src/structures/MessageEmbed.js b/src/structures/MessageEmbed.js index a68c11d2c..cb7d59c91 100644 --- a/src/structures/MessageEmbed.js +++ b/src/structures/MessageEmbed.js @@ -78,7 +78,7 @@ class MessageEmbed { this.image = data.image ? new MessageEmbedImage(this, data.image) : null; /** - * The image of this embed, if there is one + * The video of this embed, if there is one * @type {?MessageEmbedVideo} */ this.video = data.video ? new MessageEmbedVideo(this, data.video) : null;