Complete rewrite to support new API.

This commit is contained in:
Kevin Thompson
2024-11-10 18:10:04 -06:00
parent 856e1b1cbd
commit 60130e243c
3 changed files with 105 additions and 84 deletions

View File

@ -1,9 +1,13 @@
package config
var (
BotToken = "REDACTED"
CFBDAPIKey = "ay2L+7JSttYQP9e10qxpAkluht7NHcyEnSqbBUsqWrwVjBcl02QH2XjOaVDnPRBy"
)
var BotToken = ""
var CustomTeamNames = map[string]string{
"UGA": "Georgia",
"Booger Eaters": "Auburn",
"Rape Enablers": "LSU",
"Checkerboard Clowns": "Tennessee",
}
func LoadConfig() {
}