fix: RichEmbed timestamp cloning

This commit is contained in:
Lewdcario 2018-03-02 18:52:43 -06:00
parent 363ead922a
commit 8f9e911b5f
No known key found for this signature in database
GPG key ID: F9A141E5527C6660

View file

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