diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 4db1eeb1e..d526af6a7 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -120,6 +120,7 @@ class ClientUser extends User { /** * Data resembling a raw Discord presence + * @typedef {Object} PresenceData * @property {PresenceStatus} [status] Status of the user * @property {boolean} [afk] Whether the user is AFK * @property {Object} [game] Game the user is playing