Skip to content

Commit

Permalink
Typo in VoiceConnection ready handler (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalabahaha committed Jul 24, 2016
1 parent 32a0487 commit 1468358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/VoiceConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class VoiceConnection extends EventEmitter {
this.secret[i] = packet.d.secret_key[i];
}
this.paused = false;
this.ready = this.playing = true;
this.ready = true;
/**
* Fired when the voice connection turns ready
* @event VoiceConnection#ready
Expand Down

0 comments on commit 1468358

Please sign in to comment.