mirror of
https://github.com/Noratrieb/discord-court-bot.git
synced 2026-01-14 09:55:02 +01:00
handle handlers
This commit is contained in:
parent
9014ff6eff
commit
724d7467c3
7 changed files with 350 additions and 208 deletions
|
|
@ -9,7 +9,12 @@ edition = "2021"
|
|||
color-eyre = "0.6.1"
|
||||
dotenv = "0.15.0"
|
||||
mongodb = "2.2.2"
|
||||
serenity = { version = "0.11.2", features = ["collector"] }
|
||||
tokio = { version = "1.19.2", features = ["full"] }
|
||||
tracing = "0.1.35"
|
||||
tracing-subscriber = "0.3.11"
|
||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11.2"
|
||||
default-features = false
|
||||
features = ["builder", "cache", "client", "gateway", "collector", "http", "rustls_backend", "tokio", "typemap_rev", "utils"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue