Update ClientUser.js
This commit is contained in:
parent
1adbddceda
commit
f26c0e6899
@ -364,7 +364,7 @@ class ClientUser extends User {
|
|||||||
* @typedef {Object} PresenceData
|
* @typedef {Object} PresenceData
|
||||||
* @property {PresenceStatusData} [status] Status of the user
|
* @property {PresenceStatusData} [status] Status of the user
|
||||||
* @property {boolean} [afk] Whether the user is AFK
|
* @property {boolean} [afk] Whether the user is AFK
|
||||||
* @property {Array[ActivitiesOptions|CustomStatus|RichPresence|SpotifyRPC]} [activities] Activity the user is playing
|
* @property {ActivitiesOptions[]|CustomStatus[]|RichPresence[]|SpotifyRPC[]} [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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user