mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
docs(RichEmbed): timestamp is actually a Date
This commit is contained in:
@@ -40,7 +40,7 @@ class RichEmbed {
|
||||
|
||||
/**
|
||||
* Timestamp for this Embed
|
||||
* @type {number}
|
||||
* @type {Date}
|
||||
*/
|
||||
this.timestamp = data.timestamp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user