forked from pothtonswer/discordmuffin
Removed unneeded blank line :)
This commit is contained in:
parent
1a0e4c05fa
commit
348d9482d0
1 changed files with 0 additions and 1 deletions
1
wsapi.go
1
wsapi.go
|
@ -335,7 +335,6 @@ func (s *Session) event(messageType int, message []byte) {
|
||||||
s.OnVoiceStateUpdate(s, st)
|
s.OnVoiceStateUpdate(s, st)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
case "USER_UPDATE":
|
case "USER_UPDATE":
|
||||||
if s.OnUserUpdate != nil {
|
if s.OnUserUpdate != nil {
|
||||||
|
|
Loading…
Reference in a new issue