Pycord Versions Save

Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API

v2.1.3

1 year ago

https://pypi.org/project/py-cord/2.1.3/

What's Changed

  • Fix TypeError in process_application_commands by @BobDotCom in #1622

Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.1.2...v2.1.3

v2.1.2

1 year ago

https://pypi.org/project/py-cord/2.1.2/

What's Changed

  • Remove unused imports and variables by @Middledot in #1608
  • fix(docs): correct AutoMod event arguments by @JustaSqu1d in #1614
  • feat(bot.py): fix type issues by @EmreTech in #1534
  • Update pylint requirement from ~=2.14.5 to ~=2.15.0 by @dependabot in #1597
  • Fix subcommands having MISSING cog attribute by @Middledot in #1594

Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.1.1...v2.1.2

v2.0.0-beta.2

1 year ago

https://pypi.org/project/py-cord/2.0.0b2

What's Changed

New Contributors

Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.0.0-beta.1...v2.0.0-beta.2

v2.1.0

1 year ago

https://pypi.org/project/py-cord/2.1.0/

What's Changed

New Contributors

Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.0.1...v2.1.0

v2.0.1

1 year ago

https://pypi.org/project/py-cord/2.0.1/

What's Changed

  • Fixed issue with HTTP bot slash commands by @BobDotCom

Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.0.0...v2.0.1

v2.0.0

1 year ago

Pycord Release 2.0.0

First of all, big thanks to anyone who helped us making this library possible!

Further down you can see all people who helped us by contributing.

Breaking Changes 2.0.0 > 1.7.3

See this Gist.

Notable Changes

Beta 2 (Release Message):

  • :heavy_plus_sign: Voice receive API
  • :twisted_rightwards_arrows: Bot.register_commands renamed to Bot.sync_commands

Beta 3/4 (Release Message):

  • :heavy_plus_sign: Support for Input Text and Modal components
  • :heavy_plus_sign: Slash command Attachments option

Beta 5 (Release Message and Release Message):

  • :twisted_rightwards_arrows: Discord API version changed from 9 to 10
  • :heavy_plus_sign: Message Content privileged intent

Beta 6/7 (Release Message):

  • :heavy_plus_sign: Application Command Localization
  • :twisted_rightwards_arrows: Guild Ban List Paginated
  • :heavy_minus_sign: Fully deprecated/removed store channels
  • :heavy_plus_sign: discord.ext.bridge (Ability to have both slash and prefix commands)
  • :heavy_plus_sign: Client.get_message
  • :heavy_plus_sign: Modal.on_error

Release Candidate 1 (Release Message):

  • :heavy_plus_sign: Library-level enforcement of component field limits
  • :heavy_plus_sign: Support providing option channel types as list
  • :heavy_plus_sign: [ext.pages] Files parameter to Page object
  • :heavy_plus_sign: [ext.bridge] BridgeExtContext.delete() method
  • :heavy_plus_sign: disable_all_items method to View
  • :twisted_rightwards_arrows: Change Modal.children to be a property + allow instantiating with list of InputText components
  • :heavy_plus_sign: Enum options
  • :heavy_plus_sign: Application permissions v2
  • :heavy_plus_sign: arg: type = Option(...) Option format
  • :heavy_plus_sign: Forum channels

What comes next?

Our open PRs: https://github.com/Pycord-Development/pycord/pulls Our open issues: https://github.com/Pycord-Development/pycord/issues Project overview: https://github.com/orgs/Pycord-Development/projects/3

New Contributors

Contributors with their first pull requests

Other

Stats 1.7.0 > 2.0.0
  • 2504 commits
  • 277 files changed
  • 47,729 code additions 48,929 code deletions
  • 58,834 (+ many that are not available) messages in the Help Channel
  • 685 times @EmreTech said "Hi and welcome" in the support server to new members
  • 9,806 Members in the support server

Full Changelog: https://github.com/Pycord-Development/pycord/compare/v1.7.0...v2.0.0

Many thanks for @Icebluewolf for helping summarizing the changes.

v2.0.0-rc.1

1 year ago

https://pypi.org/project/py-cord/2.0.0rc1/

What's Changed

New Contributors

Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.0.0-beta.7...v2.0.0-rc.1

v2.0.0-beta.6

2 years ago

https://pypi.org/project/py-cord/2.0.0b6/ ⚠️ There is an issue with this release that causes SlashCommandOptionType.from_datatype() to fail with python versions < 3.10. As such, 2.0.0-beta.7 has been released and should be used instead.

What's Changed

New Contributors

Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.0.0-beta.5...v2.0.0-beta.6