added test commands

This commit is contained in:
2024-02-14 11:31:58 +01:00
parent 6bc10a131c
commit a05c6c5876
3 changed files with 105 additions and 19 deletions

7
go.mod
View File

@@ -3,9 +3,12 @@ module github.com/vaporvee/tag-bot
go 1.21.6
require (
github.com/bwmarrin/discordgo v0.27.1 // indirect
github.com/bwmarrin/discordgo v0.27.1
github.com/joho/godotenv v1.5.1
)
require (
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
)