mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-10 18:30:23 +01:00
Update twitch integration
This commit is contained in:
@@ -421,6 +421,7 @@ impl<T: TokenStorage> Client<T> {
|
||||
let res = self
|
||||
.request::<T2>(method, uri, data_json, data_form)
|
||||
.await?;
|
||||
|
||||
Ok(res.json::<T1>().await?)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user