diff --git a/config/config.go b/config/config.go index 2c6c6dd..ba1e69e 100644 --- a/config/config.go +++ b/config/config.go @@ -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() { diff --git a/go.mod b/go.mod index a243ba5..f6d3e19 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module discord-cfb-bot -go 1.23.0 +go 1.19 require github.com/bwmarrin/discordgo v0.28.1 diff --git a/internal/clients/cfb.go b/internal/clients/cfb.go index a6e787f..da1e10c 100644 --- a/internal/clients/cfb.go +++ b/internal/clients/cfb.go @@ -1,4 +1,4 @@ -ipackage cfb +package cfb import ( "encoding/json"