Problem Description
The client.app object seems to be missing any way to access any of these properties: approximate_guild_count, approximate_user_install_count and approximate_user_authorization_count.
Proposed Solution
an approximate_counts property being client.app (would be client.app.approximate_counts) which holds the properties for every count variable.
would be accessed like client.app.approximate_counts.guilds/user_installs/user_authorizations
Alternatives Considered
N/A
Additional Information
https://docs.discord.com/developers/resources/application#:~:text=approximate%5Fguild%5Fcount%3F,redirect%5Furis%3F
Code of Conduct
Problem Description
The client.app object seems to be missing any way to access any of these properties:
approximate_guild_count,approximate_user_install_countandapproximate_user_authorization_count.Proposed Solution
an
approximate_countsproperty beingclient.app(would beclient.app.approximate_counts) which holds the properties for every count variable.would be accessed like
client.app.approximate_counts.guilds/user_installs/user_authorizationsAlternatives Considered
N/A
Additional Information
https://docs.discord.com/developers/resources/application#:~:text=approximate%5Fguild%5Fcount%3F,redirect%5Furis%3F
Code of Conduct