Update deaf and mute as well
This commit is contained in:
parent
78113398e5
commit
2175a62cad
1 changed files with 2 additions and 0 deletions
2
voice.go
2
voice.go
|
@ -116,6 +116,8 @@ func (v *VoiceConnection) ChangeChannel(channelID string, mute, deaf bool) (err
|
|||
return
|
||||
}
|
||||
v.ChannelID = channelID
|
||||
v.deaf = deaf
|
||||
v.mute = mute
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue