Skip to content

Commit

Permalink
chore: mention non-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Aug 18, 2023
1 parent f4fa4b4 commit 9957959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/Presence.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class Activity {

/**
* The sync id of the activity
* <info>This represents the track id in spotify activities.</info>
* <info>This property is not documented by Discord and represents the track id in spotify activities.</info>
* @type {?string}
*/
this.syncId = data.sync_id ?? null;
Expand Down

0 comments on commit 9957959

Please sign in to comment.