mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16: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}
|
||||
*/
|
||||
this.custom = data.custom;
|
||||
|
||||
/**
|
||||
* A sample hostname for what a connection might look like
|
||||
* @type {string}
|
||||
*/
|
||||
this.sampleHostname = data.sample_hostname;
|
||||
}
|
||||
|
||||
toJSON() {
|
||||
|
||||
Reference in New Issue
Block a user