log properly

This commit is contained in:
nora 2022-03-18 20:34:34 +01:00
parent e6414abaf1
commit 1488568e12
6 changed files with 119 additions and 31 deletions

View file

@ -11,6 +11,9 @@ tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
regex = "1.5.4"
tracing = "0.1.32"
tracing-subscriber = "0.3.9"
anyhow = "1.0.56"
[dependencies.serenity]
version = "0.10.7"