mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch master: f73e6a3e4d
This commit is contained in:
parent
49953e4b9b
commit
77b1591cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -10633,7 +10633,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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue