Removed "Sample" from VoiceRegions struct
This commit is contained in:
parent
c78ee4399d
commit
4316dfe9b9
1 changed files with 4 additions and 4 deletions
|
@ -27,10 +27,10 @@ type Embed struct { // TODO figure this out
|
|||
|
||||
// A VoiceRegion stores data for a specific voice region server.
|
||||
type VoiceRegion struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
SampleHostname string `json:"sample_hostname"`
|
||||
SamplePort int `json:"sample_port"`
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Hostname string `json:"sample_hostname"`
|
||||
Port int `json:"sample_port"`
|
||||
}
|
||||
|
||||
// A VoiceICE stores data for voice ICE servers.
|
||||
|
|
Loading…
Reference in a new issue