Initial commit (fr tho)

This commit is contained in:
Sebastian Cabrera 2024-01-15 03:33:39 -05:00
parent 507b5dbfba
commit 280c2e6b1c
4 changed files with 99 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module butler-go
go 1.21.0
require github.com/bwmarrin/discordgo v0.27.1
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)