|
@@ -842,6 +842,7 @@ func (v *VoiceConnection) reconnect() {
|
|
// Close any currently open connections
|
|
// Close any currently open connections
|
|
v.Close()
|
|
v.Close()
|
|
|
|
|
|
|
|
+ wait := time.Duration(1)
|
|
for {
|
|
for {
|
|
|
|
|
|
<-time.After(wait * time.Second)
|
|
<-time.After(wait * time.Second)
|