From 482fbac68fde1674577f2ef722773de64416e2d8 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 28 Jan 2017 00:36:22 +0100 Subject: Update vendor (slack) --- vendor/github.com/nlopes/slack/bots.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/nlopes/slack/bots.go') diff --git a/vendor/github.com/nlopes/slack/bots.go b/vendor/github.com/nlopes/slack/bots.go index dc031ef5..555915e4 100644 --- a/vendor/github.com/nlopes/slack/bots.go +++ b/vendor/github.com/nlopes/slack/bots.go @@ -30,7 +30,7 @@ func botRequest(path string, values url.Values, debug bool) (*botResponseFull, e return response, nil } -// GetBotInfo will retrive the complete bot information +// GetBotInfo will retrieve the complete bot information func (api *Client) GetBotInfo(bot string) (*Bot, error) { values := url.Values{ "token": {api.config.token}, -- cgit v1.2.3