diff --git a/state/state_events.go b/state/state_events.go index feb3059..b7e434d 100644 --- a/state/state_events.go +++ b/state/state_events.go @@ -19,8 +19,6 @@ func (s *State) hookSession() error { } func (s *State) onEvent(iface interface{}) { - // TODO: voice states - switch ev := iface.(type) { case *gateway.ReadyEvent: // Set Ready to the state