mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
add guildmember.nickname to docs
This commit is contained in:
parent
090234cef2
commit
c6688b94e6
2 changed files with 5 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -69,6 +69,10 @@ class GuildMember {
|
|||
* @type {?Boolean}
|
||||
*/
|
||||
this.speaking = this.speaking;
|
||||
/**
|
||||
* The nickname of this Guild Member, if they have one
|
||||
* @type {?String}
|
||||
*/
|
||||
this.nickname = data.nick;
|
||||
this._roles = data.roles;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue