Feel free to send me feedback on Twitter or file an issue. Feature requests are always welcome. If you wish to contribute, please take a quick look at the guidelines!
If there's anything you'd like to chat about, please feel free to join our Discord Server and mention me: @Bailey#0004!
Install Process
I'm guessing you already have an environment setup.
go get github.com/BaileyJM02/unb-api-go/v1 to install the wrapper (v1)
api := v1.New(token) to create a new instance, token is your token found here
api.GetBalance(guildID, userID) functions follow the api var we created above.
Acknowledgments
Thanks to Codenvy for supporting me with an awesome IDE while I don't have a computer.