mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
docs(RichEmbed): timestamp is actually a Date
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user