Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
1.97k stars 442 forks source link

Improved error messaging for Update Channel API #5429

Closed JakeRYW closed 1 month ago

JakeRYW commented 1 month ago

Adding appropriate error handling for the /settitle and /setgame commands. Handles trying to set the title/game in unauthorized channels, missing scope, rate limits, and title being too long by providing Failed to set title - Title is too long. error message.

Also removed the status variable declaration from the setTitle function as it was not used.

Fixes #5332