mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fix typo in MessageEmbed#video
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user