Sfoglia il codice sorgente

Cleanup voice connection on close

andrei 8 anni fa
parent
commit
cf222be2f8
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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