issork / gift

Godot IRC For Twitch addon
MIT License
150 stars 23 forks source link

Fix send_whisper function #36

Closed TheWathis closed 8 months ago

TheWathis commented 8 months ago

The function previously called /helix/eventsub/whispers without including the parameters from the function (from_user_id and to_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.

issork commented 8 months ago

Thanks!