Fix tiny-ass typo

This commit is contained in:
Schuyler Cebulskie
2016-09-19 14:42:22 -04:00
parent 3e114b9af7
commit 3441e2384f
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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;