Link to GoDoc

This commit is contained in:
Bruce Marriner 2015-11-16 14:47:16 -06:00
parent 03f00298d3
commit 10cf7cee6c

View file

@ -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 # What Works
Low level functions exist for the majority of the REST and Websocket API. Low level functions exist for the majority of the REST and Websocket API.