Setup basic discord session

This commit is contained in:
Piper Pentagram 2024-11-06 11:34:45 -08:00
parent 571aa3650e
commit 4b62347d5d
5 changed files with 80 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module gitlab.com/whom/bingobot
go 1.23.2
require github.com/bwmarrin/discordgo v0.28.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
)