diff --git a/voice.go b/voice.go index 36cb5dc..dcd0c94 100644 --- a/voice.go +++ b/voice.go @@ -136,8 +136,6 @@ func (v *Voice) wsListen(wsConn *websocket.Conn, close <-chan struct{}) { go v.wsEvent(messageType, message) } } - - return } // wsEvent handles any voice websocket events. This is only called by the