fixed some rare boot looping

This commit is contained in:
2024-06-08 23:54:28 +02:00
parent a5fdf699d6
commit 6e6a613893
7 changed files with 116 additions and 66 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/vaporvee/acecore
go 1.22.1
require (
github.com/disgoorg/disgo v0.18.2
github.com/disgoorg/disgo v0.18.7
github.com/disgoorg/json v1.1.0
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/google/uuid v1.6.0
@@ -21,4 +21,4 @@ require (
golang.org/x/sys v0.17.0 // indirect
)
replace github.com/vaporvee/acecore/shared => ./shared
replace github.com/vaporvee/acecore/shared => ./shared