This commit is contained in:
Travis CI 2016-12-29 08:06:40 +00:00
parent 0e2dba820b
commit 23790330a6

View file

@ -8559,6 +8559,7 @@ class ClientUser extends User {
/** /**
* Data resembling a raw Discord presence * Data resembling a raw Discord presence
* @typedef {Object} PresenceData
* @property {PresenceStatus} [status] Status of the user * @property {PresenceStatus} [status] Status of the user
* @property {boolean} [afk] Whether the user is AFK * @property {boolean} [afk] Whether the user is AFK
* @property {Object} [game] Game the user is playing * @property {Object} [game] Game the user is playing