mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-11-21 20:13:38 +00:00
Make only get voice state return ErrNotImplemented
This commit is contained in:
parent
b6c167970a
commit
5845348e47
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue