mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +00:00
Fix tiny-ass typo
This commit is contained in:
parent
3e114b9af7
commit
3441e2384f
2 changed files with 2 additions and 2 deletions
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue