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