mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +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;
|
||||
|
||||
/**
|
||||
* Whether this meember is speaking
|
||||
* Whether this member is speaking
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.speaking = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue