Releases: SharpBit/brawlstats
Releases · SharpBit/brawlstats
Fix List data such as Leaderboard
repr, str, and actual access of data fixed
get_datetime function
v2.1.9 word art :)
Leaderboard Breaking Changes
You do not need to access a players or clubs attribute anymore
Fix a bug with get_constants (sync)
Removed an await
Constants methods and data models
These were added
Club support
Basically supercell decided to name bands clubs so there ya go
(forgot to make releases for 2.1.1-2.1.4 but oh well it's in CHANGELOG.md)
Sync Support
Support for non-async users! Read more in CHANGELOG.md
Events Support
New events support with the API as well as changes for the new 401 code!
More Error Classes
These came upon making test files for the repo for Travis-CI Builds
Leaderboards fixed
You will now be able to access leaderboards via client.get_leaderboard()
then doing lb.players[index]
or lb.bands[index]