mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Started work on Embeds
This commit is contained in:
9
src/Embeds/ImageEmbed.js
Normal file
9
src/Embeds/ImageEmbed.js
Normal file
@@ -0,0 +1,9 @@
|
||||
var Embed = require("./Embed.js");
|
||||
|
||||
class ImageEmbed extends Embed{
|
||||
constructor(data){
|
||||
super(data);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = ImageEmbed;
|
||||
Reference in New Issue
Block a user