mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
docs(ClientUser): mark email field as user account only property (#2306)
* Store Mail - User Account Only Added that info * docs(ClientUser): mark email field as nullable
This commit is contained in:
@@ -21,7 +21,8 @@ class ClientUser extends User {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The email of this account
|
* The email of this account
|
||||||
* @type {string}
|
* <warn>This is only filled when using a user account.</warn>
|
||||||
|
* @type {?string}
|
||||||
*/
|
*/
|
||||||
this.email = data.email;
|
this.email = data.email;
|
||||||
this.localPresence = {};
|
this.localPresence = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user