initial bot

This commit is contained in:
Felipe M 2025-05-07 10:12:54 +02:00
commit 2c7a5dff6c
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
7 changed files with 747 additions and 0 deletions

18
go.mod Normal file
View file

@ -0,0 +1,18 @@
module github.com/fmartingr/discord-europa-fm
go 1.23.0
toolchain go1.24.2
require (
github.com/bwmarrin/dgvoice v0.0.0-20210225172318-caaac756e02e
github.com/bwmarrin/discordgo v0.28.1
github.com/lmittmann/tint v1.0.7
)
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
layeh.com/gopus v0.0.0-20210501142526-1ee02d434e32 // indirect
)