File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1616 - Made Chatter :attr: `~twitchio.Chatter.id ` property public
1717 - :func: `~twitchio.Client.event_token_expired ` will now be called correctly when response is ``401 Invalid OAuth token ``
1818 - Fix reconnect loop when Twitch sends a RECONNECT via IRC websocket
19+ - Fix :func: `~twitchio.CustomReward.edit ` so it now can enable the reward
1920
2021- Other
2122 - [speed] extra
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ async def update_reward(
421421 "prompt" : prompt ,
422422 "cost" : cost ,
423423 "background_color" : background_color ,
424- "enabled " : enabled ,
424+ "is_enabled " : enabled ,
425425 "is_user_input_required" : input_required ,
426426 "is_max_per_stream_enabled" : max_per_stream_enabled ,
427427 "max_per_stream" : max_per_stream ,
You can’t perform that action at this time.
0 commit comments