From 83e18aad7d58a055074a29e64f0f5619bc2a8371 Mon Sep 17 00:00:00 2001 From: jonas747 Date: Fri, 9 Jun 2017 23:54:09 +0200 Subject: [PATCH] Fix comment for GatewayBot --- restapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restapi.go b/restapi.go index 46844d3..bd944f2 100644 --- a/restapi.go +++ b/restapi.go @@ -1716,7 +1716,7 @@ func (s *Session) Gateway() (gateway string, err error) { 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) { response, err := s.RequestWithBucketID("GET", EndpointGatewayBot, nil, EndpointGatewayBot)