NukaNewsBot/readme.md
2024-04-27 17:05:14 -04:00

20 lines
312 B
Markdown

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