Initial Commit

This commit is contained in:
Salastil
2025-10-14 23:15:15 -04:00
commit 08074523e2
5 changed files with 1879 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module sneedchat-discord-bridge
go 1.21
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/gorilla/websocket v1.5.1
github.com/joho/godotenv v1.5.1
)
require (
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)