Quellcode durchsuchen

Fix comment for GatewayBot

jonas747 vor 7 Jahren
Ursprung
Commit
83e18aad7d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      restapi.go

+ 1 - 1
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)