mirror of
https://github.com/danbulant/discord.js
synced 2026-05-30 12:51:55 +00:00
docs(RichEmbed): timestamp is actually a Date
This commit is contained in:
parent
4a48a7d621
commit
c7f379f51d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class RichEmbed {
|
|||
|
||||
/**
|
||||
* Timestamp for this Embed
|
||||
* @type {number}
|
||||
* @type {Date}
|
||||
*/
|
||||
this.timestamp = data.timestamp;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue