diff --git a/discord.11.3-dev.js b/discord.11.3-dev.js index 3076974c..fc5dcba6 100644 --- a/discord.11.3-dev.js +++ b/discord.11.3-dev.js @@ -15131,7 +15131,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 = {};