Skip to content

Commit

Permalink
Address missing application docs in setPresence (#2257)
Browse files Browse the repository at this point in the history
fixes #2103 according to how crawl says it should be fixed in #2104
  • Loading branch information
bdistin authored and iCrawl committed Jan 16, 2018
1 parent 4fb7e64 commit 3038d4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/structures/ClientUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ class ClientUser extends Structures.get('User') {
* @typedef {Object} PresenceData
* @property {PresenceStatus} [status] Status of the user
* @property {boolean} [afk] Whether the user is AFK
* @property {Object} [activity] activity the user is playing
* @property {Object} [activity] Activity the user is playing
* @property {Object|string} [activity.application] An application object or application id
* @property {string} [activity.application.id] The id of the application
* @property {string} [activity.name] Name of the activity
* @property {ActivityType|number} [activity.type] Type of the activity
* @property {string} [activity.url] Stream url
Expand Down

0 comments on commit 3038d4b

Please sign in to comment.