diff --git a/voice.go b/voice.go index 7cfda63..b847f9b 100644 --- a/voice.go +++ b/voice.go @@ -842,6 +842,7 @@ func (v *VoiceConnection) reconnect() { // Close any currently open connections v.Close() + wait := time.Duration(1) for { <-time.After(wait * time.Second)