From 57c2762b530cc933fdcf2366073ce6700b712acf Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 16 Mar 2017 18:04:58 +0100 Subject: [PATCH] Fixed a bad documentation comment for State.ChannelAdd (#338) --- state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state.go b/state.go index 9d73038..d036b5b 100644 --- a/state.go +++ b/state.go @@ -295,7 +295,7 @@ func (s *State) Role(guildID, roleID string) (*Role, error) { return nil, errors.New("role not found") } -// ChannelAdd adds a guild to the current world state, or +// ChannelAdd adds a channel to the current world state, or // updates it if it already exists. // Channels may exist either as PrivateChannels or inside // a guild.