From 552abf8818fdf59549fab607b2a5507e21b2b185 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 23 Nov 2015 10:17:10 -0600 Subject: [PATCH] Reworded package comment --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 5f8b489..fa3a8e2 100644 --- a/discord.go +++ b/discord.go @@ -10,7 +10,7 @@ // experimental at this point. They will most likley change so please use the // low level functions if that's a problem. -// package discordgo provides Go bindings for Discord +// package discordgo provides Discord binding for Go package discordgo // TODO add easy to use high level helper functions