Add guildmember nickname tracking

This commit is contained in:
Amish Shah
2016-08-27 17:54:53 +01:00
parent 50c6fa3433
commit 8a1bfe559d
4 changed files with 11 additions and 8 deletions

View File

@@ -69,6 +69,7 @@ class GuildMember {
* @type {?Boolean}
*/
this.speaking = this.speaking;
this.nickname = data.nick;
this._roles = data.roles;
}