init DiscordGo

This commit is contained in:
Penguin-71630
2025-12-07 17:17:02 +08:00
parent ec986f2dbf
commit 5c32bb11c9
7 changed files with 176 additions and 391 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
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
)