Skip to content

Commit

Permalink
partial-revert: revert setActivity args param type
Browse files Browse the repository at this point in the history
* Do i have to keep typing out this commit message? the next PR corrects this
  • Loading branch information
NotSugden committed Sep 17, 2020
1 parent b7d6d8a commit b734da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ class RPCClient extends EventEmitter {

/**
* Sets the presence for the logged in user.
* @param {Object<string, *>} args The rich presence to pass.
* @param {object} args The rich presence to pass.
* @param {number} [pid] The application's process ID. Defaults to the executing process' PID.
* @returns {Promise<Presence & BaseApplication>}
*/
Expand Down

0 comments on commit b734da0

Please sign in to comment.