Fix cfb handler and go.mod

This commit is contained in:
phlux 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() {

2
go.mod
View File

@ -1,6 +1,6 @@
module discord-cfb-bot
go 1.23.0
go 1.19
require github.com/bwmarrin/discordgo v0.28.1

View File

@ -1,4 +1,4 @@
ipackage cfb
package cfb
import (
"encoding/json"