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

View File

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