ソースを参照

Don't want to send voice speaking on OP4, that's silly.

Bruce Marriner 9 年 前
コミット
221e54ee5a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      voice.go

+ 1 - 1
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)