diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 4f090f10a..9d18ae5e8 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -103,7 +103,7 @@ class ClientUser extends User { * @property {PresenceStatusData} [status] Status of the user * @property {boolean} [afk] Whether the user is AFK * @property {ActivitiesOptions[]} [activities] Activity the user is playing - * @property {?(number|number[])} [shardId] Shard Id(s) to have the activity set on + * @property {number|number[]} [shardId] Shard id(s) to have the activity set on */ /** @@ -130,7 +130,7 @@ class ClientUser extends User { /** * Sets the status of the client user. * @param {PresenceStatusData} status Status to change to - * @param {?(number|number[])} [shardId] Shard id(s) to have the activity set on + * @param {number|number[]} [shardId] Shard id(s) to have the activity set on * @returns {Presence} * @example * // Set the client user's status