From 1b76333b8bba488104fdc74d95b6c624f3c5d34a Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Thu, 29 Dec 2016 03:04:11 -0500 Subject: [PATCH] Add missing @typedef line --- src/structures/ClientUser.js | 1 + 1 file changed, 1 insertion(+) 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