mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
Finished embeds
This commit is contained in:
@@ -3,6 +3,10 @@ var Embed = require("./Embed.js");
|
||||
class VideoEmbed extends Embed{
|
||||
constructor(data){
|
||||
super(data);
|
||||
this.video = data.video;
|
||||
//width
|
||||
//height
|
||||
//url
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user