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 package config
var BotToken = "" var BotToken = " "
var CustomTeamNames = map[string]string{ var CustomTeamNames = map[string]string{
"UGA": "Georgia", "UGA": "Georgia",
"Booger Eaters": "Auburn", "Booger Eaters": "Auburn",
"Rape Enablers": "LSU", "Rape Enablers": "LSU",
"Checkerboard Clowns": "Tennessee", "Checkerboard Clowns": "Tennessee",
} }
func LoadConfig() { func LoadConfig() {

2
go.mod
View File

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

View File

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