mirror of
https://github.com/danbulant/discord.js
synced 2026-05-30 21:01:20 +00: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:
parent
32e2dd212e
commit
31873eb3a5
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ class ClientUser extends Structures.get('User') {
|
|||
|
||||
/**
|
||||
* 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._typing = new Map();
|
||||
|
|
|
|||
Loading…
Reference in a new issue