Import badges support with various methods
What's Changed
v2.0.2 - December 30, 2022
- Added support for following badges:
ACTIVE_DEVELOPER, BALANCE, CERTIFIED_MODERATOR, SERVER_OWNER
. - Added lots of aliases for badges.
- Renamed
Badges
toBadge
and aliasesBadges
toBadge
. - Added
.from_public_flags()
and.maybe_unknonw_badge()
toBadge
class. See more in the docs. - Rankcard changes:
- Added the following attributues:
all_badges
,badges
,unknown_bages
. See more in the docs. - Added following methods:
add_badge
,remove_badge
andadd_badges_from_public_flags
. See more in the docs.
- Added the following attributues:
Docs: https://github.com/Soheab/vacefron.py/blob/v2.0.2/docs.md
PyPi: https://pypi.org/project/vacefron.py/2.0.2
Full Changelog: v2.0.1...v2.0.2