Added comments
This commit is contained in:
parent
332141b083
commit
a878a5d306
1 changed files with 1 additions and 1 deletions
2
wsapi.go
2
wsapi.go
|
@ -489,7 +489,7 @@ func (s *Session) VoiceChannelJoin(guildID, channelID string) (err error) {
|
||||||
func (s *Session) onVoiceStateUpdate(st VoiceState) {
|
func (s *Session) onVoiceStateUpdate(st VoiceState) {
|
||||||
|
|
||||||
// Need to have this happen at login and store it in the Session
|
// Need to have this happen at login and store it in the Session
|
||||||
self, err := s.User("@me")
|
self, err := s.User("@me") // TODO: move to Login/New
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue