From 5845348e47cc02202d3d50e0cbc22e910f43defd Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Sat, 18 Apr 2020 20:58:32 -0600 Subject: [PATCH] Make only get voice state return ErrNotImplemented --- state/state_events.go | 2 -- 1 file changed, 2 deletions(-) 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