zoton2 / Twitch-Team-Hosting-Bot

A Twitch.tv hosting bot for hosting channels from a team onto other offline channel(s).
7 stars 6 forks source link

Continue launching even if statistics.json is not found (e.g. first use) #11

Closed Samurai413x closed 7 years ago

Samurai413x commented 7 years ago

When trying to launch, I was getting a hang on the "Could not load the statistics.json file (this is fine if you haven't used the bot before)." message.

That appears to have been happening because the callback was only getting called in the success case. With this change, I was able to successfully launch. Bot worked properly after that from what I can tell, and statistics,json was created properly.