mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch master: c095610bb4
This commit is contained in:
parent
be7145d255
commit
20dbeeeec4
1 changed files with 1 additions and 1 deletions
|
|
@ -11463,8 +11463,8 @@ class ClientUser extends User {
|
|||
|
||||
/**
|
||||
* Various settings for this user
|
||||
* @type {?ClientUserSettings}
|
||||
* <warn>This is only filled when using a user account</warn>
|
||||
* @type {?ClientUserSettings}
|
||||
*/
|
||||
if (data.user_settings) this.settings = new ClientUserSettings(this, data.user_settings);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue