Bläddra i källkod

Cleanup voice connection on close

andrei 8 år sedan
förälder
incheckning
cf222be2f8
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      voice.go

+ 2 - 0
voice.go

@@ -643,6 +643,8 @@ func (v *VoiceConnection) Close() {
 		}
 		v.wsConn = nil
 	}
+
+	delete(v.session.VoiceConnections, v.GuildID)
 }
 
 // Request to change channels