From 2175a62cad7e3b7dc4f63231af6a9d8612f569c5 Mon Sep 17 00:00:00 2001 From: Harmon758 Date: Wed, 25 May 2016 10:41:18 -0500 Subject: [PATCH] Update deaf and mute as well --- voice.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/voice.go b/voice.go index 8803a8e..a16a04f 100644 --- a/voice.go +++ b/voice.go @@ -116,6 +116,8 @@ func (v *VoiceConnection) ChangeChannel(channelID string, mute, deaf bool) (err return } v.ChannelID = channelID + v.deaf = deaf + v.mute = mute return }