mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
docs(GuildMember): add missing @name to document user property
Fixes #3090
This commit is contained in:
parent
5c3f5d7048
commit
4289b18ab2
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class GuildMember extends Base {
|
|||
/**
|
||||
* The user that this guild member instance represents
|
||||
* @type {User}
|
||||
* @name GuildMember#user
|
||||
*/
|
||||
if (data.user) this.user = client.users.add(data.user, true);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue