Added pretty GoDoc link

This commit is contained in:
Bruce Marriner 2015-11-16 14:55:53 -06:00
parent 08e148c280
commit 9a9175deec

View file

@ -3,6 +3,8 @@
Discordgo provides a mostly complete low-level Golang interface to the Discord
REST and Websocket API.
[![GoDoc](https://godoc.org/github.com/bwmarrin/discordgo?status.svg)](https://godoc.org/github.com/bwmarrin/discordgo)
# Usage Example
```go