Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
?
for optionalGuild#approximate_member_count
Guild#max_video_channel_users
. I assume this is optional, but Iam not sure of the exact situations; I assume it will not be
null
though.
Guild#permissions
to say "excludes overwrites" instead ofmentioning channels specifically. Partially did this because I just spent
10 minutes reformatting the table and didn't want to do it again;
partially did this because it would not be sensible for it to take into
account per-channel user-specific overwrites.
guilds
consistentlyapproximate_presence_count
to refer to members asnon-offline
as this also includes members in DND and idle, and it prevents
being ambiguous or implying some relation to the
status
terminologyand enumerations.
Hoping this will make stuff a bit more consistent as well to prevent the number of questions that new developers have :)