Customizable settings
- OwOify lyrics with
client.get_lyrics(title, owo=True)
- Pass your own
aiohttp.ClientSession
so you dont have to separately close sr_api's session withclient = sr_api.Client(session=mysession)
- Fixed a typo in the docs
- Add examples