mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 14:11:09 +00:00
Webpack build for branch 11.3-dev: 1f14758e0c
This commit is contained in:
parent
3264c3c51a
commit
b3ebd0c2a3
1 changed files with 2 additions and 1 deletions
|
|
@ -15131,7 +15131,8 @@ class ClientUser extends 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.localPresence = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue