-
-
Notifications
You must be signed in to change notification settings - Fork 482
merge 2.1 changes #1591
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
Merged
Merged
merge 2.1 changes #1591
Conversation
This file contains hidden or 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
Co-authored-by: Lala Sabathil <lala@pycord.dev>
Co-authored-by: Lala Sabathil <aiko@aitsys.dev> Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com> Co-authored-by: Lala Sabathil <lala@pycord.dev> Co-authored-by: Middledot <78228142+Middledot@users.noreply.github.com>
Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](pylint-dev/pylint@v2.14.4...v2.14.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.961...v0.971) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Large code/documentation cleanup
Makes store=False the default in load_extension, which keeps the behaviour inline with previous versions.
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-asyncio@v0.18.3...v0.19.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Delete application_commands.rst * Fix Changelog for 2.0 * Created a Migrate to v2 Guide * Update Changelog * Added Hyperlinks * Fixed typos. * Fix reference link * Fix codeblocks * Fix Codeblocks 2 * Fix codeblock 3 * Fix codeblocks 4 * Update docs/migrating_to_v2.rst Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> * Update docs/migrating_to_v2.rst Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> * Update docs/migrating_to_v2.rst Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> * Update docs/migrating_to_v2.rst Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> * Update docs/migrating_to_v2.rst Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> * Update docs/migrating_to_v2.rst Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> * Resolve Broken References * Update whats_new.rst * Update migrating_to_v2.rst * Update migrating_to_v2.rst * Update migrating_to_v2.rst * Update migrating_to_v2.rst * Fix more broken references * fixedEvenMoreBrokenReferences * fixedALittleMoreBrokenReferences * Referenced PRs in change-log * Format PRs * Format Changelog again * Update docs/whats_new.rst * Grammar fix * Update docs/whats_new.rst Co-authored-by: Lala Sabathil <aiko@aitsys.dev> * Update docs/migrating_to_v2.rst Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> * Update docs/whats_new.rst Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> * fixedJustALittleMoreBrokenReferences * fixedMoreGrammar Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com> * Update docs/migrating_to_v2.rst Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com> * Update docs/migrating_to_v2.rst Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com> * Update migrating_to_v2.rst * Update installing.rst * Update installing.rst * Update docs/whats_new.rst Co-authored-by: Middledot <78228142+Middledot@users.noreply.github.com> * fixMoreGrammar * Format Documentation * Update api.rst * Update api.rst * Added AutoMod Docs * Update api.rst * Document AutoModAction * Update api.rst * Update api.rst * Update raw_models.py Co-authored-by: Lala Sabathil <aiko@aitsys.dev> Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com> Co-authored-by: Lala Sabathil <lala@pycord.dev> Co-authored-by: Middledot <78228142+Middledot@users.noreply.github.com>
Co-authored-by: Lulalaby<aiko@pycord.dev> Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
* Implement app_commands_badge in flags.py * Update discord/flags.py Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com> * Fetch_application * RPC endpoint * Update discord/http.py * Update discord/flags.py * Fix * move * Update discord/client.py * Update client.py Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com> Co-authored-by: Lala Sabathil <aiko@aitsys.dev> Co-authored-by: Lala Sabathil <lala@pycord.dev>
they're supposed to be optional but break when put into validation
typing import
* fix(docs): update privileged intent information * Add "over 100 guilds" Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
Let's be real, no one, who needs those examples, will use subclassing style. Most of other examples are using this ^ style to show stuff.
Implement `resume_gateway_url`
Implement Fix
Co-Authored-By: Dorukyum <53639936+Dorukyum@users.noreply.github.com> Co-Authored-By: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com> Co-authored-by: Lala Sabathil <lala@pycord.dev> Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
Quick patch to how guild is received from a purely HTTP interaction
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
Fix for application-based bots without the bot scope
* Documentation improvements on bridge commands * Update discord/ext/bridge/context.py Co-authored-by: JustaSqu1d <overenchanted.gaming@gmail.com> Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Co-authored-by: JustaSqu1d <overenchanted.gaming@gmail.com>
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Co-authored-by: Lala Sabathil <lala@pycord.dev>
* Delete vulnerability_report.yml * Update config.yml * Update SECURITY.md * Revert Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
Fixed small bug where `ApplicationCommand.__eq__` would do this comparison: `self.guild_ids == self.guild_ids` instead of `self.guild_ids == other.guild_ids`
* feat(docs): Intents in Migration Guide * fix: misplaced section * fix: typos and spelling errors * Update migrating_to_v2.rst * Update docs/migrating_to_v2.rst Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com> Co-authored-by: Lala Sabathil <lala@pycord.dev> Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
Apply cog_check method to ApplicationCommand invocations
…1565) Co-authored-by: Lala Sabathil <lala@pycord.dev>
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.
Summary
Information
Checklist
type: ignore
comments were used, a comment is also left explaining why.