diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index c383ea9..0846c5b 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -364,7 +364,7 @@ class ClientUser extends User { * @typedef {Object} PresenceData * @property {PresenceStatusData} [status] Status of the user * @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 */