New models and attributes (#11)
- Renamed
get_member_counttoget_guild_stats. - User/member stats are now grouped in different models.
- Added timestamp attributes for various systems.
Charts
- Replaced type
dict[date, int]withChartmodel. Chartinherits fromBaseChartto support most dictionary operations.
Updates
- Models are now generated using the OpenAPI spec .
- Refactored requirements.