Added tracing and better error handling

This commit is contained in:
2023-03-20 05:26:42 +01:00
parent 2e7ca98a89
commit cb0ca281c8
3 changed files with 187 additions and 37 deletions

View File

@@ -26,6 +26,9 @@ sqlx = { version = "0.6.2", features = [
]}
time = "0.3.20"
tokio = { version = "1.26.0", features = ["full"] }
tower-http = { version = "0.4.0", features = ["trace"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
twilight-http = "0.15.1"
twilight-interactions = "0.15.0"
twilight-mention = "0.15.1"