From d4e2b50ce4f7738c213ab80d50309933c4061385 Mon Sep 17 00:00:00 2001 From: vim2meta Date: Sun, 19 Nov 2017 10:12:21 -0500 Subject: [PATCH] Update restapi.go --- restapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restapi.go b/restapi.go index 3ab9164..276ab7f 100644 --- a/restapi.go +++ b/restapi.go @@ -1206,7 +1206,7 @@ func (s *Session) GuildEmbedEdit(guildID string, enabled bool, channelID string) // Functions specific to Discord Channels // ------------------------------------------------------------------------------------------------ -// Channel returns a Channel strucutre of a specific Channel. +// Channel returns a Channel structure of a specific Channel. // channelID : The ID of the Channel you want returned. func (s *Session) Channel(channelID string) (st *Channel, err error) { body, err := s.RequestWithBucketID("GET", EndpointChannel(channelID), nil, EndpointChannel(channelID))