Add twitch integration

This commit is contained in:
2024-08-05 23:23:58 +02:00
parent 4b1024eb9a
commit 8a31222f25
14 changed files with 1681 additions and 17 deletions

View File

@@ -11,3 +11,9 @@ tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "time"] }
serenity = { version = "0.12.1", features = ["collector"] }
reqwest = { version = "0.12.5", features = ["json"] }
chrono = "0.4.38"
futures = "0.3.30"
serde = "1.0.204"
serde_json = "1.0.122"
anyhow = "1.0.86"
async-trait = "0.1.81"
tokio-tungstenite = "0.23.1"