added ping command

This commit is contained in:
2024-02-20 17:28:58 +01:00
parent 10e57fe2a0
commit b9e829ffb4
5 changed files with 42 additions and 5 deletions

1
go.mod
View File

@@ -5,7 +5,6 @@ go 1.21.6
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/google/uuid v1.6.0
github.com/iancoleman/strcase v0.3.0
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
)