Move activity set out of Ready event

This commit is contained in:
jude
2024-07-15 16:48:40 +01:00
parent fc3b3e08f1
commit 14913deb3a
4 changed files with 1107 additions and 603 deletions

View File

@@ -2,7 +2,7 @@
name = "soundfx-rs"
description = "Discord bot for custom sound effects and soundboards"
license = "AGPL-3.0-only"
version = "1.5.17"
version = "1.5.18"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
@@ -12,12 +12,12 @@ poise = "0.6.1-rc1"
sqlx = { version = "0.7.3", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "migrate"] }
tokio = { version = "1", features = ["fs", "process", "io-util", "rt-multi-thread"] }
lazy_static = "1.4"
reqwest = "0.11"
env_logger = "0.10"
reqwest = "0.12"
env_logger = "0.11"
regex = "1.10"
log = "0.4"
serde_json = "1.0"
dashmap = "5.5"
dashmap = "6.0"
serde = "1.0"
dotenv = "0.15.0"
prometheus = { version = "0.13.3", optional = true }