mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
add guildmember.nickname to docs
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user