mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
cleanup(VoiceRegion): remove no longer existing sampleHostname (#2759)
This commit is contained in:
parent
1e0379375e
commit
b2707e9ee5
1 changed files with 0 additions and 6 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue