mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +00:00
Change docstring
This commit is contained in:
parent
98ee016b83
commit
c095610bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -67,8 +67,8 @@ class ClientUser extends User {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Various settings for this user
|
* Various settings for this user
|
||||||
* @type {?ClientUserSettings}
|
|
||||||
* <warn>This is only filled when using a user account</warn>
|
* <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);
|
if (data.user_settings) this.settings = new ClientUserSettings(this, data.user_settings);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue