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