Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guild members chunk #49

Merged
merged 3 commits into from
May 12, 2016
Merged

Add guild members chunk #49

merged 3 commits into from
May 12, 2016

Conversation

abalabahaha
Copy link
Contributor

No description provided.

@@ -365,6 +365,17 @@ Sent when a guild member is updated.
| roles | array of [role](#DOCS_PERMISSIONS/role-object) objects | user roles |
| user | a [user](#DOCS_USER/user-object) object | the user |

### Guild Members Chunk

Sent in response to [Gateway Request Guild Members](#DOCS_GATEWAY/gateway-request-guild-members)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there should be a period here.

/nitpicking

| Field | Type | Description |
|-------|------|-------------|
| guild_id | snowflake | the id of the guild |
| members | array of [guild members](#DOCS_GUILD/guild-member-object) | a bunch of guild members |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/a bunch of guild members/set of guild members/

@jhgg jhgg merged commit 2d24915 into discord:master May 12, 2016
@abalabahaha abalabahaha deleted the patch-1 branch May 19, 2016 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants