2.1.0 - Beware Expired Tokens
Changes
- When the bot encounters an expired Spotify refresh token or an invalid/expired Deezer ARL token, it will send a message about the token to the user's saved messages and exit/raise accordingly.
- Use of
exit
was replaced bysys.exit
as it's better to use the latter in production code.