create broken but simple bot to log messages

This commit is contained in:
Khinshan Khan
2025-03-08 19:45:08 -05:00
parent f69ee254d5
commit 4a11a52969
3 changed files with 95 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
module github.com/khinshankhan/swiftspiracy
go 1.23.4
require (
github.com/bwmarrin/discordgo v0.28.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)