This commit is contained in:
Amish Shah
2019-02-26 13:10:39 +00:00
parent 32ad56a562
commit 6e761eb030

View File

@@ -1,6 +1,6 @@
/**
* Represents an embed in a message (image/video preview, rich embed, etc.)
* <info>This class is only used for *recieved* embeds. If you wish to send one, use the {@link RichEmbed} class.</info>
* <info>This class is only used for *received* embeds. If you wish to send one, use the {@link RichEmbed} class.</info>
*/
class MessageEmbed {
constructor(message, data) {