diff --git a/src/structures/Presence.js b/src/structures/Presence.js index ff493a3..eb6e2d0 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -284,7 +284,7 @@ class Activity { * Creation date of the activity * @type {number} */ - this.createdTimestamp = new Date(data.created_at).getTime(); + this.createdTimestamp = data.created_at; } /**