Complete rewrite to support new API.
This commit is contained in:
@ -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() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user