Properly setup bones for future work
This commit is contained in:
parent
280c2e6b1c
commit
d84c5e5b66
7 changed files with 70 additions and 9 deletions
5
go.mod
5
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue