forked from pothtonswer/discordmuffin
Fix comment for GatewayBot
This commit is contained in:
parent
9d3cd03314
commit
83e18aad7d
1 changed files with 1 additions and 1 deletions
|
@ -1716,7 +1716,7 @@ func (s *Session) Gateway() (gateway string, err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gateway returns the websocket Gateway address and the reccomended number of shards
|
// GatewayBot returns the websocket Gateway address and the recommended number of shards
|
||||||
func (s *Session) GatewayBot() (st *GatewayBotResponse, err error) {
|
func (s *Session) GatewayBot() (st *GatewayBotResponse, err error) {
|
||||||
|
|
||||||
response, err := s.RequestWithBucketID("GET", EndpointGatewayBot, nil, EndpointGatewayBot)
|
response, err := s.RequestWithBucketID("GET", EndpointGatewayBot, nil, EndpointGatewayBot)
|
||||||
|
|
Loading…
Reference in a new issue