Parcourir la source

Cleanup voice connection on close

andrei il y a 8 ans
Parent
commit
cf222be2f8
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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