mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +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}
|
* @type {?Boolean}
|
||||||
*/
|
*/
|
||||||
this.speaking = this.speaking;
|
this.speaking = this.speaking;
|
||||||
|
/**
|
||||||
|
* The nickname of this Guild Member, if they have one
|
||||||
|
* @type {?String}
|
||||||
|
*/
|
||||||
this.nickname = data.nick;
|
this.nickname = data.nick;
|
||||||
this._roles = data.roles;
|
this._roles = data.roles;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue