Add missing @typedef line

This commit is contained in:
Schuyler Cebulskie
2016-12-29 03:04:11 -05:00
parent fe7ed523b3
commit 1b76333b8b

View File

@@ -120,6 +120,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