mirror of
https://github.com/kurbezz/discord-bot.git
synced 2026-03-03 20:40:48 +01:00
Add twitch integration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user