Complete rewrite to support new API.

This commit is contained in:
Kevin Thompson
2024-11-10 18:10:04 -06:00
parent 6e4c3808c5
commit 57e9aacd3a
3 changed files with 105 additions and 84 deletions

View File

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