updated to experimental in development version of serenity and component V2 messages

This commit is contained in:
Lilith Schier 2026-08-11 10:32:55 +02:00
parent 4a4f3671e7
commit 0ebe9e3be3
4 changed files with 649 additions and 479 deletions

View file

@ -5,8 +5,7 @@ edition = "2024"
[dependencies]
dotenv = "0.15.0"
poise = "0.6.2"
serenity = { version = "0.12.5", features = ["collector"] }
serenity = { git = "https://github.com/serenity-rs/serenity.git", rev = "refs/heads/next" , features = ["collector"] }
tokio = { version = "1.53.1", features = ["rt-multi-thread"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"