Skip to content

Conversation

Lulalaby
Copy link
Member

Summary

Information

  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • This PR is not a code change (e.g. documentation, README, typehinting, examples, ...).

Checklist

  • I have searched the open pull requests for duplicates.
  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • If type: ignore comments were used, a comment is also left explaining why.

JustaSqu1d and others added 30 commits July 9, 2022 17:39
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>
…length` (#1527)

* Fix #1385

* key type fix (int => str)

* remove space

* fix issue discord.commands.Option while str and min/max_length were set
* 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
* fix(docs): update privileged intent information

* Add "over 100 guilds"

Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
TheGiga and others added 28 commits August 10, 2022 18:01
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.
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>
)


Co-authored-by: Lala Sabathil <lala@pycord.dev>
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
@BobDotCom BobDotCom merged commit ad70e1c into v2.x Aug 25, 2022
@BobDotCom BobDotCom deleted the merge-conflicts branch August 25, 2022 15:46
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.