cleanup(VoiceRegion): remove no longer existing sampleHostname (#2759)

This commit is contained in:
Kyra
2018-08-18 10:57:08 +02:00
committed by SpaceEEC
parent 1e0379375e
commit b2707e9ee5

View File

@@ -40,12 +40,6 @@ class VoiceRegion {
* @type {boolean}
*/
this.custom = data.custom;
/**
* A sample hostname for what a connection might look like
* @type {string}
*/
this.sampleHostname = data.sample_hostname;
}
toJSON() {