Releases: iDutchy/sr_api
Releases · iDutchy/sr_api
pokedex fix
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
Fix mistake + error access
- Fixed the big mistake I made
- gave access to sr_api.InputError and sr_api.PremiumOnly
New endpoint + breaking changes
- Fixed client token error
- Added amongus endpoint
- Client.view_color is no longer a coroutine
- Client.youtube_comment is no longer a coroutine
- Client.filter is no longer a coroutine
filter update
Client.filter()
not returns an Image
object
Why...
Oops
added __str__()
You can now use str() on an Image
object to get the url
Messed up again
This should now finally fix the key error