Initial Commit

This commit is contained in:
2026-03-17 04:20:39 +00:00
commit 0354fdc032
8 changed files with 207 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module velox-bot
go 1.26.1
require (
github.com/bwmarrin/discordgo v0.29.0
github.com/joho/godotenv v1.5.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
)