<a href="https://www.buymeacoffee.com/RobertD502" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="130" width="300"></a>
<a href="https://liberapay.com/RobertD502/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" height="100" width="300"></a>
**If you enjoy this library, consider donating by clicking on one the supported methods above.**
Breaking Change
Purrsong API Rate Limiting
* Purrsong's API has started to implement new rate limits. If your current session encounters a rate limit, a `LavviebotRateLimit` exception will be raised.
Other Changes
* Added logging to debug data returned by Purrsong API
* Responses with status codes `!=200` will now have the body of the response included in the exception instead of the `ClientResponse` object.