Update wsapi.go
This commit is contained in:
parent
86557619ba
commit
1033558fcf
1 changed files with 1 additions and 1 deletions
2
wsapi.go
2
wsapi.go
|
@ -673,7 +673,7 @@ func (s *Session) onVoiceServerUpdate(st *VoiceServerUpdate) {
|
|||
voice.GuildID = st.GuildID
|
||||
voice.Unlock()
|
||||
|
||||
// Open a conenction to the voice server
|
||||
// Open a connection to the voice server
|
||||
err := voice.open()
|
||||
if err != nil {
|
||||
s.log(LogError, "onVoiceServerUpdate voice.open, %s", err)
|
||||
|
|
Loading…
Reference in a new issue