diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 31564ae20..56792c51e 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -21,7 +21,8 @@ class ClientUser extends User { /** * The email of this account - * @type {string} + * This is only filled when using a user account. + * @type {?string} */ this.email = data.email; this.localPresence = {};