Browse Source

Cleanup voice connection on close

andrei 8 năm trước cách đây
mục cha
commit
cf222be2f8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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