From 14683586c1cd9ea426603d162f98ed18a77d4df1 Mon Sep 17 00:00:00 2001 From: abalabahaha Date: Mon, 25 Jul 2016 02:41:20 +0900 Subject: [PATCH] Typo in VoiceConnection ready handler (#28) --- lib/core/VoiceConnection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/VoiceConnection.js b/lib/core/VoiceConnection.js index 6f5736776..fd5331832 100644 --- a/lib/core/VoiceConnection.js +++ b/lib/core/VoiceConnection.js @@ -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