remove serenity, add poise

This commit is contained in:
mii443
2024-10-08 09:49:17 +00:00
parent 9f06cf201c
commit e82284281b
4 changed files with 18 additions and 31 deletions

View File

@ -21,12 +21,7 @@ strum = "0.24"
strum_macros = "0.24"
log = "0.4.0"
env_logger = "0.9.0"
[dependencies.serenity]
default-features = true
features = ["builder", "cache", "client", "gateway", "model", "utils", "unstable_discord_api", "collector", "rustls_backend", "framework"]
git = "https://github.com/serenity-rs/serenity"
branch = "next"
poise = "0.6.1"
[dependencies.tokio]
version = "1.0"