1.2.4 #6

Merged
Miwory merged 1 commits from dev into latest 2026-03-19 20:18:46 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "oxidetwitch"
version = "1.2.3"
version = "1.2.4"
description = "Client for Twitch API"
readme = "README.md"
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]

View File

@ -566,7 +566,7 @@ class TwitchAPIClient(OxideHTTP):
redemption_id: str | list[str],
status: Literal['CANCELED', 'FULFILLED'],
) -> bool:
req = await self.post(
req = await self.patch(
'/channel_points/custom_rewards/redemptions',
headers=self._auth(access_token),
params={