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