Fixed grammatical error

This commit is contained in:
Lord-Ptolemy 2017-04-27 21:27:35 -04:00
parent 65f0cb9f73
commit be3675c2c2
No known key found for this signature in database
GPG key ID: 471B571B0B409BBB

View file

@ -1601,7 +1601,7 @@ func (s *Session) VoiceICE() (st *VoiceICE, err error) {
// Functions specific to Discord Websockets
// ------------------------------------------------------------------------------------------------
// Gateway returns the a websocket Gateway address
// Gateway returns the websocket Gateway address
func (s *Session) Gateway() (gateway string, err error) {
response, err := s.RequestWithBucketID("GET", EndpointGateway, nil, EndpointGateway)