mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
Finished embeds
This commit is contained in:
@@ -13,6 +13,10 @@ var VideoEmbed = (function (_Embed) {
|
||||
_classCallCheck(this, VideoEmbed);
|
||||
|
||||
_Embed.call(this, data);
|
||||
this.video = data.video;
|
||||
//width
|
||||
//height
|
||||
//url
|
||||
}
|
||||
|
||||
return VideoEmbed;
|
||||
|
||||
Reference in New Issue
Block a user