From 37f5cd2bdf4b911f21c2c8f56fe425cda4ce097e Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 1 Feb 2018 19:34:20 +0000 Subject: [PATCH] Webpack build for branch master: 31873eb3a5133a1ed161c110ccb0b99ca5cd6390 --- discord.master.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discord.master.js b/discord.master.js index b84c74db..6ef55f9f 100644 --- a/discord.master.js +++ b/discord.master.js @@ -9010,7 +9010,8 @@ class ClientUser extends Structures.get('User') { /** * The email of this account - * @type {string} + * This is only filled when using a user account. + * @type {?string} */ this.email = data.email; this._typing = new Map();