Added
- `ends_in` property to `EventSlot`.
Updated
- `AsyncClient` was renamed to `Client` and is the only supported client (asynchronous).
- `Event` was renamed to `EventDetails` and `Rotation` was renamed to `EventSlot`.
Removed
- `use_cache` parameter, cache usage is now defaulted (for easier access, without excessive API request spam).
- `SyncClient` has been removed.