From b734da032138cd6bb82e07a0410d7d8f8178ba6b Mon Sep 17 00:00:00 2001 From: NotSugden <28943913+NotSugden@users.noreply.github.com> Date: Thu, 17 Sep 2020 09:14:53 +0100 Subject: [PATCH] partial-revert: revert setActivity args param type * Do i have to keep typing out this commit message? the next PR corrects this --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index ab55986..e59f4d5 100644 --- a/src/client.js +++ b/src/client.js @@ -587,7 +587,7 @@ class RPCClient extends EventEmitter { /** * Sets the presence for the logged in user. - * @param {Object} 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} */