DisGo
DisGo is a powerful Golang library for interacting with Discord.
Installation
Stable version:
go get -u github.com/denkylabs/disgo
Development version:
$ cd $GOPATH
$ mkdir -p src/github.com/denkylabs
$ cd src/github.com/denkylabs
$ git clone https://github.com/denkylabs/disgo.git
$ cd disgo
$ go install