mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
fix(User): jsdoc for User#flags (#4094)
This commit is contained in:
parent
d827544fbd
commit
6fbaf0a036
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ class User extends Base {
|
|||
/**
|
||||
* The flags for this user
|
||||
* @type {?UserFlags}
|
||||
* @name User#flags
|
||||
*/
|
||||
if (typeof data.public_flags !== 'undefined') this.flags = new UserFlags(data.public_flags);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue