A Discord Bot to Serve Fallout News Updates from Bethesda's Official News Feed.
Go to file
Chris kerr abc61125ea fetch url moved to util package 2024-04-27 23:05:54 -04:00
commands more robust commands sub package 2024-04-27 22:56:42 -04:00
utils fetch url moved to util package 2024-04-27 23:05:54 -04:00
.gitignore ignore build exe 2024-04-27 17:13:48 -04:00
example.config.json alpha release 2024-04-27 17:05:14 -04:00
go.mod more robust commands sub package 2024-04-27 22:30:53 -04:00
go.sum first commit 2024-04-26 21:20:47 -04:00
main.go fetch url moved to util package 2024-04-27 23:05:54 -04:00
readme.md alpha release 2024-04-27 17:05:14 -04:00

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