-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Updates for discord 2020-05-27 #173
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Document optional Connection object fields. discord/discord-api-docs#1466 - Update invite create event fields and example invite object. discord/discord-api-docs#1438 - New member count fields on get guilds discord/discord-api-docs#1528 Signed-off-by: Valdemar Erk <valdemar@erk.io>
discord/discord-api-docs#1563 Signed-off-by: Valdemar Erk <valdemar@erk.io>
discord/discord-api-docs#1512 Signed-off-by: Valdemar Erk <valdemar@erk.io>
discord/discord-api-docs#1536 Signed-off-by: Valdemar Erk <valdemar@erk.io>
Signed-off-by: Valdemar Erk <valdemar@erk.io>
Signed-off-by: Valdemar Erk <valdemar@erk.io>
zeylahellyer
previously approved these changes
May 27, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, comment about the deprecation notice
Signed-off-by: Valdemar Erk <valdemar@erk.io>
zeylahellyer
approved these changes
May 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Document optional Connection object fields.
Document optional Connection object fields. discord/discord-api-docs#1466
Update invite create event fields and example invite object.
Update invite create event fields and example invite object discord/discord-api-docs#1438
New member count fields on get guilds
New member count fields on get guilds discord/discord-api-docs#1528
Add support for
include_roles
when pruning.Adding include_roles parameter for guild pruning discord/discord-api-docs#1563
Add
max_video_channel_users
to guilds.document max_video_channel_users on Guild discord/discord-api-docs#1512
Rename guild embed to guild widget.
Guild embed was renamed to widget discord/discord-api-docs#1536