fix: RichEmbed timestamp cloning

This commit is contained in:
Lewdcario
2018-03-02 18:52:43 -06:00
parent 363ead922a
commit 8f9e911b5f

View File

@@ -63,7 +63,7 @@ class MessageEmbed {
* The timestamp of this embed * The timestamp of this embed
* @type {number} * @type {number}
*/ */
this.createdTimestamp = data.timestamp; this.timestamp = data.timestamp;
/** /**
* The thumbnail of this embed * The thumbnail of this embed