Cache Twitch API Key

Currently when the bot gets a twitch token, it doesn't remember it when restarted. That shouldn't be the case, you can (as I've found out) very easily get rate limited by the twitch API requesting keys, so we should save it somewhere to avoid that, both for testing and restarting purposes.

Requires #3 (closed), likely.