From 10cf7cee6c32236a3f45ebeb8e7c5e39cb7af21e Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 16 Nov 2015 14:47:16 -0600 Subject: [PATCH] Link to GoDoc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13ed757..c0558f4 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ func messageCreate(s *discordgo.Session, m discordgo.Message) { } ``` +# Documentation +- [GoDoc](https://godoc.org/github.com/bwmarrin/Discordgo) +- Hand crafted documentation coming soon. + # What Works Low level functions exist for the majority of the REST and Websocket API.