This commit is contained in:
2025-05-28 02:10:12 +09:00
commit 7b322ed116
2 changed files with 242 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module splaschedbot
go 1.24.1
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
)