Forráskód Böngészése

Update deaf and mute as well

Harmon758 8 éve
szülő
commit
2175a62cad
1 módosított fájl, 2 hozzáadás és 0 törlés
  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
 }