diff --git a/src/structures/Presence.js b/src/structures/Presence.js index 8d8d24207..30d874a33 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -234,8 +234,6 @@ class Activity { */ this.assets = data.assets ? new RichPresenceAssets(this, data.assets) : null; - this.syncID = data.sync_id; - /** * Flags that describe the activity * @type {Readonly}