errory voice

This commit is contained in:
Amish Shah
2016-08-24 21:38:48 +01:00
parent 48444a5444
commit 8683f45816
20 changed files with 476 additions and 13 deletions

View File

@@ -64,6 +64,11 @@ class GuildMember {
* @type {Date}
*/
this.joinDate = new Date(data.joined_at);
/**
* Whether this meember is speaking
* @type {?Boolean}
*/
this.speaking = this.speaking;
this._roles = data.roles;
}