mirror of
https://github.com/danbulant/discord.js
synced 2026-06-10 10:11:36 +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
|
* Timestamp for this Embed
|
||||||
* @type {number}
|
* @type {Date}
|
||||||
*/
|
*/
|
||||||
this.timestamp = data.timestamp;
|
this.timestamp = data.timestamp;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue