# 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`