Robus Twitch Category Changer

A few things you could probably consider, there is no direct need to create a developer key etc, you should be able to use:

string tokenValue = CPH.TwitchOAuthToken;
string clientIdValue = CPH.TwitchClientId;

which are methods build into Streamer.bot. Another thing I recommend looking into would be the following, as you are currently using “using HttpClient” and should be changed to accordingly:

1 Like