init
Some checks failed
release-tag / release-image (push) Has been cancelled

This commit is contained in:
2025-08-09 23:47:03 +02:00
parent 3df782561d
commit eb0f3e0ccd
5 changed files with 433 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module discord-auto-voice
go 1.24.4
require github.com/bwmarrin/discordgo v0.29.0
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
)