From fb8d5166a8b2264b69bfd39e95798d984f971155 Mon Sep 17 00:00:00 2001 From: BannerBomb Date: Tue, 29 Jun 2021 06:50:51 -0400 Subject: [PATCH] refactor(Presence): remove second assignment of `syncID` (#5956) --- src/structures/Presence.js | 2 -- 1 file changed, 2 deletions(-) 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}