Initial commit (fr tho)
This commit is contained in:
parent
507b5dbfba
commit
280c2e6b1c
4 changed files with 99 additions and 0 deletions
11
go.mod
Normal file
11
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue