Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion twitchio/models/eventsub_.py
Original file line number Diff line number Diff line change
Expand Up @@ -3603,7 +3603,7 @@ def get_image(self, size: Literal["1x", "2x", "4x"] = "2x", use_default: bool =

return Asset(url, http=self._http)

async def fetch_reward(self, *, token_for: str) -> CustomReward:
async def fetch_reward(self) -> CustomReward:
reward = await self.broadcaster.fetch_custom_rewards(ids=[self.id])
return reward[0]

Expand Down