-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Document application invites and update docs for stream invites #2690
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
HuyaneMatsu
added a commit
to HuyaneMatsu/hata
that referenced
this pull request
Mar 10, 2021
References: discord/discord-api-docs#2667 - Update application command limits. - Add length assertion for `ApplicationCommandOptionChoice.value`. - Add `ApplicationCommandOptionChoice.__len__`. - Add `ApplicationCommandOption.__len__`. - Add `ApplicationCommand.__len__`. discord/discord-api-docs#2615 - Add `InteractionType`. - Add `InteractionEvent.type`. - Add `Message.interaction`. - Add `file` parameter to `Client.webhook_message_edit`. - Add `file` parameter to `Client.interaction_response_message_edit`. - Add `file` parameter to `Client.interaction_followup_message_edit`. discord/discord-api-docs#2690 - Add `InviteTargetType.EMBEDDED_APPLICATION`. - Add `Invite.target_application`. - Add `target_application` parameter to `Invite.precreate`. - Add `Client.application_invite_create`. discord/discord-api-docs#2692 - Add `ChannelVoice.region` attribute. - Add `region` parameter to `ChannelVoice.precreate`. - Add `region` parameter to `cr_pg_channel_object`. (Inherited by `Client.channel_create`.) - Add `region` parameter to `Client.channel_edit`. - Handle voice client disconnect when moving between voice channels of different regions. Public API: Coroutine generators yielded or returned from slash commands are handled as coroutine generator slash commands themselves. Add `SlashResponse` class. Update `slash.md`. Add `'number'` annotation to slash commands. Add `emoji.md` to topics. Add `Application.precreate`. Internal: Fix a broken docstring in `Color` (Reported by NeKun#9509). Add `URL.subdomain`. Add `URL.raw_subdomain`. Slash commands dropped back type based annotations. Redo slash command syncing to handle extensions correctly. `Application.__new__` could not set `.flags`. Update links in intro. Fix formatting issues in commands extension. `Extension._unload_extension` did not use executor when rendering exception traceback. Missing `ApplicationCommand.__ne__` caused errors (inheritance issues probably). Update `Guild.precreate.__doc__`. Remove unused `Guild.has_animated_icon` attribute (was removed like 1 year ago, lol). Add `region` parameter to `Guild.precreate`. Handle voice client player and reader stop when the guild's voice region changes. Do voice client reconnect for close code `1006`. `User.has_higher_role_than_at` could return `False` when the other other is not in the guild meanwhile self is.
3 tasks
Nihlus
added a commit
to Remora/Remora.Discord
that referenced
this pull request
Apr 10, 2021
itohatweb
added a commit
to discordeno/discordeno
that referenced
this pull request
Apr 13, 2021
vladfrangu
pushed a commit
to discordjs/discord-api-types
that referenced
this pull request
Apr 18, 2021
…#124) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> BREAKING CHANGE: `InviteTargetUserType` is renamed to `InviteTargetType`, to match the documentation. - Reference: discord/discord-api-docs#2690
1 task
daivd-patrick
added a commit
to daivd-patrick/discord-api-type
that referenced
this pull request
Jan 11, 2024
… (#124) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> BREAKING CHANGE: `InviteTargetUserType` is renamed to `InviteTargetType`, to match the documentation. - Reference: discord/discord-api-docs#2690
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.
No description provided.