Move activity set out of Ready event
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user