From 68b305ec58c020e89d68a94bbd3694159ce5b6b2 Mon Sep 17 00:00:00 2001 From: phlux Date: Sun, 10 Nov 2024 19:13:21 -0500 Subject: [PATCH] Fix cfb handler and go.mod --- config/config.go | 10 +++++----- go.mod | 2 +- internal/clients/cfb.go | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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"