mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
Webpack build for branch master: 31873eb3a5
This commit is contained in:
parent
b3ebd0c2a3
commit
37f5cd2bdf
1 changed files with 2 additions and 1 deletions
|
|
@ -9010,7 +9010,8 @@ class ClientUser extends Structures.get('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._typing = new Map();
|
this._typing = new Map();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue