mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +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}
|
* @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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user