mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
Fix tiny-ass typo
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -71,7 +71,7 @@ class GuildMember {
|
|||||||
this.voiceChannelID = data.channel_id;
|
this.voiceChannelID = data.channel_id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether this meember is speaking
|
* Whether this member is speaking
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
this.speaking = false;
|
this.speaking = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user