IstalriSkolir / Lakea-Stream-Assistant

A project to build a stream assistant 'Lakea' for handling events and improving Twitch streams for Materies Coil and his community
0 stars 0 forks source link

Investigate Twitch Whispers #70

Open IstalriSkolir opened 1 year ago

IstalriSkolir commented 1 year ago

Lakea has had the functionality for sending whispers on Twitch added, but it isn't working. Initial research suggests that this may be an issue with her Twitch account and that it needs verification. This is a spike task to investigate what it takes to set a Twitch account to send bot whispers, any restrictions it may have and test that Lakea can send whispers once fixed

IstalriSkolir commented 1 month ago

Reading into the issues on the TwitchLib repo, the current version of the library uses the client to send whispers. However, this is no longer supported by Twitch after they removed support for commands to be ran in chat by bots. It is now done through the Helix API, though the library has yet to update to include this change.