What's Changed
* Async rewrite by DenverCoder1 in https://github.com/DenverCoder1/play-lichess/pull/6
BREAKING CHANGES
* Starting with version 1.0.0, all requests are done asynchronously using `aiohttp`, and `await` must be used.
* The API endpoint used in now `/api/challenge/open` which allows different inputs and returns new outputs
**Full Changelog**: https://github.com/DenverCoder1/play-lichess/compare/v0.1.3...v1.0.0a1