Files
dcbot/go.mod
Penguin-71630 5c32bb11c9 init DiscordGo
2025-12-07 17:17:02 +08:00

15 lines
288 B
Modula-2

module github.com/Penguin-71630/meme-bot-frontend-dc
go 1.21
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/joho/godotenv v1.5.1
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)