Fix cfb handler and go.mod

This commit is contained in:
2024-11-10 19:13:21 -05:00
parent 60130e243c
commit b29f567574
3 changed files with 7 additions and 7 deletions

View File

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