v2.1.2
added ,get_timespan_dates()
to every class that supports it (Gamemodes
, Operators
, Maps
, Trends
, Weapons
)
Example
await player.load_gamemodes()
print(player.gamemodes.get_timespan_dates())
Output
{'start_date': '20211205', 'end_date': '20220405'}