reimplemented tag comment with disgo

This commit is contained in:
2024-04-07 14:22:18 +02:00
parent 68a99fbb10
commit 5f2fc7cbf1
4 changed files with 20 additions and 64 deletions

7
go.mod
View File

@@ -3,7 +3,9 @@ module github.com/vaporvee/acecore
go 1.21.6
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/disgoorg/disgo v0.17.2
github.com/disgoorg/json v1.1.0
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
@@ -11,9 +13,6 @@ require (
)
require (
github.com/disgoorg/disgo v0.17.2 // indirect
github.com/disgoorg/json v1.1.0 // indirect
github.com/disgoorg/snowflake/v2 v2.0.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
golang.org/x/crypto v0.18.0 // indirect