A Discord Bot to Serve Fallout News Updates from Bethesda's Official News Feed.
commands | ||
.gitignore | ||
example.config.json | ||
go.mod | ||
go.sum | ||
main.go | ||
readme.md |
Fallout News Discord Bot
PreReqs
- Go
- Discord Developer Bot Credentials
- Discord Channels IDs
- Discord Role IDs
Get Started
Go Get dependancies
go mod download
cp example.config.json config.json
fill out credentials in config with your information
Run the Bot:
go run main.go