Add nicknames

This commit is contained in:
phlux 2025-05-03 22:05:42 +00:00
parent 36f03c2281
commit 2524404d33

View File

@ -3,10 +3,12 @@ package config
var BotToken = "REDACTED"
var CustomTeamNames = map[string]string{
"uga": "Georgia",
"booger eaters": "Auburn",
"rape enablers": "LSU",
"uga": "Georgia",
"booger eaters": "Auburn",
"rape enablers": "LSU",
"checkerboard clowns": "Tennessee",
"buttchuggers": "Tennessee",
":ftenn:": "Tennessee",
}
func LoadConfig() {