Explorar o código

Update deaf and mute as well

Harmon758 %!s(int64=8) %!d(string=hai) anos
pai
achega
2175a62cad
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      voice.go

+ 2 - 0
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
 }