python-twitch-chatbot
python-twitch-chatbot copied to clipboard
app.py creates refresh token, causing TypeErrors in the chat bot if it hasn't run
The chat bot should be fine without a refresh token, so if app.py is never run, there should be some error handling to correct for lack of refresh token. This will probably have to happen in the environment.py file.