Added new count fields for guilds.
Created by: Neuheit
Summary
Fixes #568 (closed).
Details
This primarily adds the new guild fields: ApproximateMemberCount
, ApproximatePresenceCount
, and MaxVideoChannelUsers
counts. This also involved changing the GET guilds/id endpoint to accept the with_counts
url param. These changes were applied to the client and rest client.
I also noticed there were a lot of this
statements missing from the rest client. These were also added.
Changes proposed
- Added new guild count fields.
- Added new url param to get the approximate counts.
- Added
this
to many values in theDiscordRestClient
.