This is a destiny discord bot. Primarily made for our personal destiny discord server.
You will need a properly setup Go development environment to use this.
Once you have your GOPATH setup as above you should:
go get github.com/bwmarrin/discordgo
go get github.com/lordmortis/goBungieNet
once you have all those, you should create a config file from the config.sample.json
template.
Ensure you have your Client ID handy to add your bot to a server
cd $GOPATH/src/github.com/lordmortis/DiscordDestinyInfo
go run *.go
- To add the bot to a server visit
https://discordapp.com/oauth2/authorize?scope=bot&permissions=o&client_id=<YOUR_CLIENT_ID>
(the correct URL will also be displayed when you run the bot)