mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
cleanup(VoiceRegion): remove no longer existing sampleHostname (#2759)
This commit is contained in:
@@ -40,12 +40,6 @@ class VoiceRegion {
|
|||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
this.custom = data.custom;
|
this.custom = data.custom;
|
||||||
|
|
||||||
/**
|
|
||||||
* A sample hostname for what a connection might look like
|
|
||||||
* @type {string}
|
|
||||||
*/
|
|
||||||
this.sampleHostname = data.sample_hostname;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
toJSON() {
|
toJSON() {
|
||||||
|
|||||||
Reference in New Issue
Block a user