Update Presence.js

This commit is contained in:
Elysia
2024-09-17 17:59:31 +07:00
parent 8fce4c1fbf
commit 0c7abf7e1d

View File

@@ -321,7 +321,8 @@ class Activity {
if ('sync_id' in data || 'syncId' in data) { if ('sync_id' in data || 'syncId' in data) {
/** /**
* The Spotify song's id * The sync id of the activity
* <info>This property is not documented by Discord and represents the track id in spotify activities.</info>
* @type {?string} * @type {?string}
*/ */
this.syncId = data.sync_id || data.syncId; this.syncId = data.sync_id || data.syncId;