2024-04-27 21:05:14 +00:00
|
|
|
# Fallout News Discord Bot
|
2024-04-27 01:20:47 +00:00
|
|
|
|
2024-04-27 21:05:14 +00:00
|
|
|
## 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`
|