A discordbotlist.com golang wrapper.
Install the library using one of the below commands.
go get github.com/discordbots/go-botlister
dep ensure -add github.com/discordbots/go-botlister
- Create a new instance using
botlister.NewAPI(bot token, user token)
. - Use one of the provided functions to get/set the relevant data.
Documentation can be found at godoc.org.