From c7f379f51d7363f7e566a8f361d78db2b66b4440 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Tue, 7 Aug 2018 21:46:54 +0200 Subject: [PATCH] docs(RichEmbed): timestamp is actually a Date --- src/structures/RichEmbed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/RichEmbed.js b/src/structures/RichEmbed.js index c7143609c..37804da2e 100644 --- a/src/structures/RichEmbed.js +++ b/src/structures/RichEmbed.js @@ -40,7 +40,7 @@ class RichEmbed { /** * Timestamp for this Embed - * @type {number} + * @type {Date} */ this.timestamp = data.timestamp;