Fix cfb handler and go.mod
This commit is contained in:
@ -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
2
go.mod
@ -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
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ipackage cfb
|
package cfb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
Reference in New Issue
Block a user