diff --git a/voice.go b/voice.go index 6c22a0c..a680f3c 100644 --- a/voice.go +++ b/voice.go @@ -130,7 +130,7 @@ func (s *Session) VoiceEvent(messageType int, message []byte) (err error) { // add code to use this to track latency? return case 4: - s.VoiceSpeaking() + // TODO default: fmt.Println("UNKNOWN VOICE OP: ", e.Operation) printJSON(e.RawData)