docs(RichEmbed): timestamp is actually a Date

This commit is contained in:
SpaceEEC 2018-08-07 21:46:54 +02:00
parent 4a48a7d621
commit c7f379f51d
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871

View file

@ -40,7 +40,7 @@ class RichEmbed {
/**
* Timestamp for this Embed
* @type {number}
* @type {Date}
*/
this.timestamp = data.timestamp;