Fix send_whisper function #36
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_api_connection_send_whisper"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The function previously called
/helix/eventsub/whispers
without including the parameters from the function (from_user_id
andto_user_id
)It looks like Twitch updated their API to
/helix/whispers
This PR correct URL and parameters
I also took the liberty to update the prints according to the response code.
I can revert those changes easily and only keep the fix if required.
Thanks!