mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Add guildmember nickname tracking
This commit is contained in:
@@ -69,6 +69,7 @@ class GuildMember {
|
||||
* @type {?Boolean}
|
||||
*/
|
||||
this.speaking = this.speaking;
|
||||
this.nickname = data.nick;
|
||||
this._roles = data.roles;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user