-
Notifications
You must be signed in to change notification settings - Fork 185
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
5.13 #1690
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
* feat: add delete_message to Webhook * feat: add get_message to Webhook * fix: make get_message return None * style: rename get_message to fetch_message to match library naming scheme
* [feat] Initial UserApps support * fix: use factory instead of default * fix: properly process and sync contexts and integration_types * fix: correct typehints of new fields * feat: add integration_types and contexts to decorators * fix: might as well * feat: add context and authorizing_integration_owners fields to context * feat: add interaction_metadata to Message * fix: presumably would be an issue here * fix: export MessageInteractionMetadata * feat: lazly add integration_types_config * feat: hybrid ctx parity * docs: add comments for hybrid ctx channel types * fix: add new enums to __all__ * ci: make pre-commit not complain * fix: properly handle integration_types and contexts for subcommands * feat: add contexts and integration_types decorators Not sure how I feel about the names. * docs: add basic docs for contexts/integration_types * fix: do not compare contexts when guild cmd * refactor: use less hacky logic for dm_permission * fix: make hybrid cmd use prefixed channel when possible * feat: add integration_types/contexts parity for hybrid cmds * refactor: just use already-determined context * fix: parse and use new user field for MessageInteractionMetadata * fix: add custom context logic if context is empty --------- Co-authored-by: zevaryx <zevaryx@gmail.com>
* ci: specify language_version for python 3.10 * ci: make everything use 3.10
…le (#1698) * feat,fix: add message type 44, set message type 14-17 to be deletable * fix: set message type 36-39 to be deletable
* chore: bump discord_typings vbersion * feat: add bulk banning
* fix: allow removing files and embeds by editing * style: run pre-commit hooks on all files
* feat: initial work on polls * refactor: use constants instead of hardcoded values * feat: expose poll objects * fix: make converter optional * feat: add polls to send functions * feat: allow chaining of add_answer * feat: a couple of create changes * docs: add poll docs * feat: add http methods for polls * fix: oops * feat: add methods to interact with http methods * ci: correct from checks. * feat: add poll events * feat: add send polls permission * ci: correct from checks. * docs: clarify weirdness of text property --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat/fix: improve typehinting of wait_fors * ci: correct from checks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
AstreaTSS
approved these changes
Jun 20, 2024
LawMixer
approved these changes
Jun 20, 2024
FayeDel
approved these changes
Jun 20, 2024
Signed-off-by: Rqtl <itsrqtl@gmail.com>
AstreaTSS
approved these changes
Jun 25, 2024
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.
June release