Cooldown Logic is now distributed

This commit is contained in:
2023-12-27 12:47:14 -07:00
parent 53c81941db
commit f75db108a7
5 changed files with 89 additions and 4 deletions

7
go.mod
View File

@ -4,12 +4,17 @@ go 1.21.5
require github.com/diamondburned/arikawa/v3 v3.3.4
require golang.org/x/sync v0.5.0 // indirect
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
golang.org/x/sync v0.5.0 // indirect
)
require (
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/joho/godotenv v1.5.1
github.com/redis/go-redis/v9 v9.3.1
github.com/replicate/replicate-go v0.14.2
github.com/sashabaranov/go-openai v1.17.9
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect