add guildmember.nickname to docs

This commit is contained in:
Amish Shah
2016-08-29 22:54:55 +01:00
parent 090234cef2
commit c6688b94e6
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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;
}