Explorar o código

Cleanup voice connection on close

andrei %!s(int64=8) %!d(string=hai) anos
pai
achega
cf222be2f8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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