Properly setup bones for future work

This commit is contained in:
Sebastian Cabrera 2024-01-15 04:32:35 -05:00
parent 280c2e6b1c
commit d84c5e5b66
7 changed files with 70 additions and 9 deletions

5
go.mod
View file

@ -2,7 +2,10 @@ module butler-go
go 1.21.0
require github.com/bwmarrin/discordgo v0.27.1
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/joho/godotenv v1.5.1
)
require (
github.com/gorilla/websocket v1.4.2 // indirect