From b2707e9ee5a0ea1ac24068cffefa84323d647989 Mon Sep 17 00:00:00 2001 From: Kyra Date: Sat, 18 Aug 2018 10:57:08 +0200 Subject: [PATCH] cleanup(VoiceRegion): remove no longer existing sampleHostname (#2759) --- src/structures/VoiceRegion.js | 6 ------ 1 file changed, 6 deletions(-) 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() {