diff --git a/src/structures/VoiceRegion.js b/src/structures/VoiceRegion.js index 68c9e93cf..b4db21770 100644 --- a/src/structures/VoiceRegion.js +++ b/src/structures/VoiceRegion.js @@ -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() {