mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
errory voice
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user