Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Pycord

Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API.
Collective - Host: opensource - https://opencollective.com/pycord - Website: https://pycord.dev - Code: https://github.com/Pycord-Development/pycord

feat: Message.enforce_nonce (#2370)

Signed-off-by: Dorukyum <[email protected]>

github.com/Pycord-Development/pycord - 752a38c174da5e2021c04a578545e4dd68228852 authored 8 months ago by Dorukyum <[email protected]>
feat: implement voice channel statuses (#2368)

Signed-off-by: Icebluewolf <[email protected]>
Co-authored-by: pre-...

github.com/Pycord-Development/pycord - 76a3e4c24f95aa6f71429f7fbc22a7298c617cc7 authored 8 months ago by Icebluewolf <[email protected]>
fix: fixes enum to support stringified annotations (#2367)

fixes #2359

github.com/Pycord-Development/pycord - 2276914ae5bff93ed13ad1d4b6ff3f1ef50abf81 authored 8 months ago by jab416171 <[email protected]>
chore(deps-dev): update pylint requirement from ~=3.0.4 to ~=3.1.0 (#2366)

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest ...

github.com/Pycord-Development/pycord - 8984b861b0f5f973703f66258f592d27c6426680 authored 8 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): update pytest requirement from ~=8.0.1 to ~=8.0.2 (#2365)

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest ...

github.com/Pycord-Development/pycord - b478e5bf1828ad28141bdc8521dacfe7b7644073 authored 8 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: type hint kwargs properly (#2364)

* fix

* chore: changelog

github.com/Pycord-Development/pycord - 52d771953e55861727d6913d955083de1cd9a1c6 authored 8 months ago by Dorukyum <[email protected]>
chore(deps-dev): update pylint requirement from ~=3.0.3 to ~=3.0.4 (#2363)

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest ...

github.com/Pycord-Development/pycord - 4f949a89c0504f6683b60f0f1eca58f5176825dc authored 9 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): update pytest requirement from ~=8.0.0 to ~=8.0.1 (#2358)

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest ...

github.com/Pycord-Development/pycord - d5ed4762a277116536704fc4cf69edee79d4da4b authored 9 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(pre-commit): pre-commit autoupdate (#2361)

updates:
- [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](https://github.com/PyCQA/autoflake/com...

github.com/Pycord-Development/pycord - 845f7c7d7250887d62bbf65d76468e5d45263773 authored 9 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore(pre-commit): pre-commit autoupdate (#2336)

* chore(pre-commit): pre-commit autoupdate

updates:
- [github.com/psf/black: 23.12.1 → 24.1....

github.com/Pycord-Development/pycord - e07d0d986a2cc9c03ca4e9663ddd4ae6d1edd48f authored 9 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Revert "chore(stonks): improve pycord" (#2352)

Revert "chore(stonks): improve pycord (#2347)"

This reverts commit 7d03c4913707eaa529dbacf325...

github.com/Pycord-Development/pycord - 8a7ea476ac4c51bce80bfedb5c77739e51eeec6b authored 9 months ago by Lala Sabathil <[email protected]>
chore(stonks): improve pycord (#2347)

* add better library

* better

* style(pre-commit): auto fixes from pre-commit.com hooks

...

github.com/Pycord-Development/pycord - 7d03c4913707eaa529dbacf32561673f083087a4 authored 9 months ago by Jack Martin <[email protected]>
fix: Improve Thread.members Reliability (#2351)

github.com/Pycord-Development/pycord - cc0cf1a49f17bf3b91a74a303f36c82f2c43b451 authored 9 months ago by Icebluewolf <[email protected]>
fix: add missing kwargs to TextChannel.create_thread and similar methods (#2350)

* add missing create_thread kwargs

* style(pre-commit): auto fixes from pre-commit.com hooks

*...

github.com/Pycord-Development/pycord - 33cbe88c89bbc68649f03c8e9db5aa3f924cf69c authored 9 months ago by UK <[email protected]>
docs: fix incorrect documentation about `discord.Option.autocomplete` (#2265)

Signed-off-by: Blue-Robin-Taken <[email protected]>
Signed-off...

github.com/Pycord-Development/pycord - e9efa2c12467267820f3ce263ac67f61a3884bd7 authored 9 months ago by Blue-Robin-Taken <[email protected]>
fix: add `entitlements` to slots of `Interaction` (#2345)

* fix: add entitlements to slots

* chore: add changelog entry

* style(pre-commit): auto fi...

github.com/Pycord-Development/pycord - 741851b1e841278f886ca10692b39936ce1883b7 authored 9 months ago by Dorukyum <[email protected]>
chore: clean up changelog (#2341)

* chore: fix changelog

* style(pre-commit): auto fixes from pre-commit.com hooks

* chore: ...

github.com/Pycord-Development/pycord - 9683629e761ecbf4b891a2e067c81f738a0262db authored 9 months ago by Dorukyum <[email protected]>
fix: `(Sync)WebhookMessage._thread_id` could be `None` (#2343)

* fix: check if thread_id is None

* chore: add changelog entry

github.com/Pycord-Development/pycord - 7555fc205fccc68c4315f2fe3420bc25d0c9553a authored 9 months ago by Dorukyum <[email protected]>
feat: implement monetization (#2273)

Signed-off-by: plun1331 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre...

github.com/Pycord-Development/pycord - 98d601882de08d4a2b4d0fa8930dac247ad12a93 authored 9 months ago by plun1331 <[email protected]>
feat: implement onboarding features (#2127)

* initial onboarding impl.

* Implement main edit function

* implement shorthand edit

* ...

github.com/Pycord-Development/pycord - 6ba54b493afb62ccbabd2544b592e77101110f04 authored 9 months ago by UK <[email protected]>
feat: Implement Attachmentflags and Attachment expiry attributes (#2342)

github.com/Pycord-Development/pycord - 90f90233cf20f91edf58cc06469c909e5812ed1b authored 9 months ago by UK <[email protected]>
feat: implement Avatar Decorations (#2131)

github.com/Pycord-Development/pycord - bdf604d8691e8a91e9b20d483d9fe3332acfaa51 authored 9 months ago by UK <[email protected]>
fix: add accurate type hints to `HistoryIterator` (#2340)

* add types

Signed-off-by: Honza Javorek <[email protected]>

* style(pre-commit): auto ...

github.com/Pycord-Development/pycord - 73ef733ee678983caf387a84e0317ef070f09665 authored 9 months ago by Honza Javorek <[email protected]>
chore(deps-dev): update pytest requirement from ~=7.4.4 to ~=8.0.0 (#2338)

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest ...

github.com/Pycord-Development/pycord - 7f9dec2d987cef1bc4467fb4c1640fd4a3d1fc84 authored 9 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: skip BridgeContext when parsing options (#2337)

* fix: don't raise for BridgeContext

* fix: circular import

* chore: add changelog entry

github.com/Pycord-Development/pycord - 7192260247e8d33b76b722bac6412bac6a5f5efd authored 9 months ago by Dorukyum <[email protected]>
fix: setting options using default syntax makes option optional (#2333)

* fix: setting options using default syntax makes option optional

* style(pre-commit): auto f...

github.com/Pycord-Development/pycord - 5d2ec725a8b04dd5cc1e7a03922176974aa46bba authored 9 months ago by plun1331 <[email protected]>
fix: slash options broken when declared explicitly (#2332)

* Update core.py

* Update CHANGELOG.md

* style(pre-commit): auto fixes from pre-commit.com...

github.com/Pycord-Development/pycord - f0c33dd22d27b426244ee7974a02cfd70ab25464 authored 9 months ago by plun1331 <[email protected]>
fix: initialize group copies with right arguments (#2331)

* fix: copy groups without callback

* chore: add changelog entry

github.com/Pycord-Development/pycord - 60097c5a4db39232b62db450c4b9b06427a5da3c authored 9 months ago by Dorukyum <[email protected]>
chore(bridge): use BridgeOption instead of Option (#2252)

* chore(bridge): force BridgeOption

* docs: updates

Signed-off-by: Dorukyum <53639936+Doru...

github.com/Pycord-Development/pycord - 2731d212fb78afab59dea5b7260bd981c893111e authored 9 months ago by Middledot <[email protected]>
chore(pre-commit): pre-commit autoupdate (#2291)

updates:
- [github.com/PyCQA/isort: 5.13.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.1...

github.com/Pycord-Development/pycord - 6632e6fa010e20dbc7ae601a2208727c6c5a4801 authored 10 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
fix: `AttributeError` when comparing commands (#2299)

* fix: ApplicationCommand.__eq__

* style(pre-commit): auto fixes from pre-commit.com hooks

...

github.com/Pycord-Development/pycord - 33d6543845d2c42fef21c5b5e2e41d13476dc4f3 authored 10 months ago by Dorukyum <[email protected]>
fix(pages): default buttons reappearing on page change (#2319)

* fix(pages): Stop Default Buttons Reappearing On Page Change)

* chore: Update Changelog

*...

github.com/Pycord-Development/pycord - 2f3084ecca92da5f72f3bc92968ef4f7bb17c672 authored 10 months ago by Icebluewolf <[email protected]>
fix: parse options again after setting cog (#2330)

fix: parse options after setting cog

github.com/Pycord-Development/pycord - 4fc378b65346a14fdb70012b76a33bc0f677c0ea authored 10 months ago by Dorukyum <[email protected]>
chore(deps-dev): bump bandit from 1.7.6 to 1.7.7 (#2329)

Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.6 to 1.7.7.
- [Release notes](https://g...

github.com/Pycord-Development/pycord - 5c36f4103f9ae98b67cced379b0c3ccfad014c00 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): update msgspec requirement from ~=0.18.5 to ~=0.18.6 (#2328)

Updates the requirements on [msgspec](https://github.com/jcrist/msgspec) to permit the latest ve...

github.com/Pycord-Development/pycord - cc18dc0cf7d8adc54eced9cc2340a77695c98ea5 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: parse options (#2327)

fix: validate parameters

github.com/Pycord-Development/pycord - bf65872538460ca83ae673e1534b6ccd5b3bb7ac authored 10 months ago by Dorukyum <[email protected]>
feat: add applied_tags parameter to Webhook.send (#2322)

* added support for webhook applied_tags

* update changelog

* am a dummy forgot about half...

github.com/Pycord-Development/pycord - 9422439add9ac963ab8ac2cd7c222bbf934f88c8 authored 10 months ago by tyrantlink <[email protected]>
chore: allow versions of aiohttp that are non-breaking forever (#2326)

Signed-off-by: VincentRPS <[email protected]>

github.com/Pycord-Development/pycord - 122cf464f9edda9ca4dffebd5cea756faae1d0c0 authored 10 months ago by VincentRPS <[email protected]>
fix(typing): proper VoiceClient.play() return value (#2324)

* fix(typing): proper VoiceClient.play() return value

* style(pre-commit): auto fixes from pr...

github.com/Pycord-Development/pycord - 0cd9ac96f0fb01abac202c0d46b35d88fa64164f authored 10 months ago by Krutyi-4el <[email protected]>
chore(deps-dev): update pytest requirement from ~=7.4.3 to ~=7.4.4 (#2307)

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest ...

github.com/Pycord-Development/pycord - e0f9b10239919bf76d40e253e01e18373bc0475a authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): update pytest-asyncio requirement from ~=0.23.2 to ~=0.23.3 (#2308)

chore(deps-dev): update pytest-asyncio requirement

Updates the requirements on [pytest-asyncio]...

github.com/Pycord-Development/pycord - 623658744aec81ce4ad7ca47ab1cc10a8f9cdf2e authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump flake8 from 6.1.0 to 7.0.0 (#2311)

Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0.
- [Commits](https://github....

github.com/Pycord-Development/pycord - 99ce620ae2603b24975e6865267e2df4ea30ad1a authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci(deps): bump actions/cache from 3 to 4 (#2323)

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://g...

github.com/Pycord-Development/pycord - a8c3ee5803d39c4a84562b28e6fde79b5af2877e authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: change default attribute of `SlashCommandGroup` (#2303)

* Update core.py and changelog

* Update core.py

* Update core.py

* Update core.py

* ...

github.com/Pycord-Development/pycord - fc7b1042c4a9a942b9996dfe96f56aac059e179c authored 10 months ago by Dasupergrasskakjd <[email protected]>
chore(deps-dev): update coverage requirement from ~=7.3 to ~=7.4 (#2305)

Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the lates...

github.com/Pycord-Development/pycord - 8af8454a5befbdd6589d24016dcc7bfee252de0b authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: `AttributeError` when failing to establish initial websocket connection. (#2301)

* fix #2300

* Update CHANGELOG.md

* style(pre-commit): auto fixes from pre-commit.com hook...

github.com/Pycord-Development/pycord - ec212e2af388c8dc974a9917ab793745a53c3352 authored 10 months ago by Dasupergrasskakjd <[email protected]>
chore(deps-dev): update mypy requirement from ~=1.7.1 to ~=1.8.0 (#2296)

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version....

github.com/Pycord-Development/pycord - ff2037f41c48f7d7c358b75ab3285da835d74729 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: handle ephemeral messages in `disable_on_timeout` (#2297)

* attempt fix

* style(pre-commit): auto fixes from pre-commit.com hooks

---------

Co-au...

github.com/Pycord-Development/pycord - 16c696cd9948b016b097e1c0b03c54a5bfc4b994 authored 11 months ago by Om Lanke <[email protected]>
fix: auditlogs after param for fetch is ignored (#2295)

github.com/Pycord-Development/pycord - 40d2b00b0289e8d55f98ec1c5c6ee95a3669205d authored 11 months ago by Lala Sabathil <[email protected]>
feat: support python 3.12 (#2292)

* feat: upgrade setuptools for 3.12

* ci: target 3.12

github.com/Pycord-Development/pycord - 87d3d8a218e83065019edfa85b676d3f8d0857e9 authored 11 months ago by plun1331 <[email protected]>
chore(pre-commit): pre-commit autoupdate (#2283)

github.com/Pycord-Development/pycord - 510a44bd7c952c34d1aa7c6b63e60dad001b7a88 authored 11 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore(deps): bump sphinxext-opengraph from 0.9.0 to 0.9.1 (#2290)

Bumps [sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph) from 0.9.0 to 0....

github.com/Pycord-Development/pycord - 634938b3d13c502689d08fce653e4ea5f96ed36f authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: ForumChannel default_reaction_emoji attribute (#2178)

* ForumChannel default_reaction_emoji

* style(pre-commit): auto fixes from pre-commit.com hoo...

github.com/Pycord-Development/pycord - af97fea4256ade20bfa27a702bccb40a644130dc authored 11 months ago by David Hozic <[email protected]>
fix: update typed dicts for commands (#2274)

github.com/Pycord-Development/pycord - c1a57fabb49901fdc455c2f11012d8100e90b147 authored 11 months ago by Dorukyum <[email protected]>
ci(deps): bump github/codeql-action from 2 to 3 (#2289)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release no...

github.com/Pycord-Development/pycord - 98c4e1954bd2c826618bbedb7f874d77bc3d6751 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(ext.commands): required is False although default is None (#2282)

github.com/Pycord-Development/pycord - ca9700f9d94f4c88448699df922c1e63b17a5d62 authored 11 months ago by Krutyi-4el <[email protected]>
chore(deps-dev): update pylint requirement from ~=3.0.2 to ~=3.0.3 (#2284)

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest ...

github.com/Pycord-Development/pycord - 213a1b6d2c504a81641ec9290fe9af91efc8a7bd authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump bandit from 1.7.5 to 1.7.6 (#2285)

Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.5 to 1.7.6.
- [Release notes](https://g...

github.com/Pycord-Development/pycord - 0da36ffe50fdd1fa0e76d0344201cd41932b5c12 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): update msgspec requirement from ~=0.18.4 to ~=0.18.5 (#2288)

Updates the requirements on [msgspec](https://github.com/jcrist/msgspec) to permit the latest ve...

github.com/Pycord-Development/pycord - 037e3edd25486a9bd2fd668886d13f2706e0ed51 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci(deps): bump actions/setup-python from 4 to 5 (#2280)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release no...

github.com/Pycord-Development/pycord - d5355c45f95c722cb2b422c24710a882af516627 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): update pytest-asyncio requirement from ~=0.21.1 to ~=0.23.2 (#2278)

chore(deps-dev): update pytest-asyncio requirement

Updates the requirements on [pytest-asyncio]...

github.com/Pycord-Development/pycord - f32cf5df688853f1c68def8bd97c52372c95d367 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: Fixed `discord.Intents.all()` returning the wrong value. (#2257)

* Fixed bug!

* Fixed Bug!

* added bug fix to change log

* style(pre-commit): auto fixes...

github.com/Pycord-Development/pycord - 6bfae7fa8a17d5795cd9c0b2688dc6810a5b76f1 authored 11 months ago by Aito Stukas <[email protected]>
fix: attribute error in command serialization (#2243)

* use SlashCommandOptionType when parsing options

* add assertions to test right serializatio...

github.com/Pycord-Development/pycord - 5849d6487b56eaf8d82bd728bab2a89f215fa575 authored 11 months ago by Mihitoko <[email protected]>
chore(deps-dev): update pylint requirement from ~=2.17.6 to ~=3.0.2 (#2272)

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest ...

github.com/Pycord-Development/pycord - 70d615d0a9885fdd10bc0dd0191d80b493d97d9c authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: offset-aware time when preparing tasks (#2271)

* fix: offset-aware time when preparing tasks

* chore: add changelog entry

github.com/Pycord-Development/pycord - 9b4f15a4e6795f1cb8624f9c21823ac26bb525ce authored 11 months ago by Dorukyum <[email protected]>
chore(deps-dev): update pylint requirement from ~=2.17.5 to ~=2.17.6 (#2233)

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest ...

github.com/Pycord-Development/pycord - 7b77e094c40b30b997b1705ce7ff25d1255599b2 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(ext.bridge/commands): default arguments with Option don't work (#2256)

* fix(ext.commands): command parsing bug

#2089

* changelog: changelog

* style(pre-commi...

github.com/Pycord-Development/pycord - a7f4adbe59d34be38a361ee546fdc303b6b3bb83 authored 11 months ago by Middledot <[email protected]>
fix(commands): fix permission check edge case (#2253)

* fix(commands): permissions error with appcmd scope

Refer to #2113

* chore(commands): don...

github.com/Pycord-Development/pycord - 99725dd1a09d43c0413b0cae553a582abeaabcc1 authored 11 months ago by Middledot <[email protected]>
feat: Add slowmode_delay attribute to discord.VoiceChannel (#2112)

* feat: Add slowmode_delay attribute to discord.VoiceChannel

adds the `slowmode_delay` attrib...

github.com/Pycord-Development/pycord - 257d61a200e74fea887e81a05684858cb4638750 authored 11 months ago by The Darsh <[email protected]>
chore(pre-commit): pre-commit autoupdate (#2241)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-com...

github.com/Pycord-Development/pycord - ba5a52d27794c14471a5c2e58d3564b064d8ae35 authored 11 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
fix: tasks loop infinitely when `tzinfo` is neither `None` nor UTC (#2196)

* Resolve task unlimited repeat bug

Signed-off-by: Jeon Hojin <[email protected]...

github.com/Pycord-Development/pycord - 2437c7e2a7ede72376fb77955507d8979807daa0 authored 11 months ago by Jeon Hojin <[email protected]>
chore(deps): bump sphinxext-opengraph from 0.8.2 to 0.9.0 (#2250)

Bumps [sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph) from 0.8.2 to 0....

github.com/Pycord-Development/pycord - f6ac77805beac9a6e162478247016f6f0eb32878 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): update aiohttp requirement from <3.9.0,>=3.6.0 to >=3.6.0,<3.10.0 (#2266)

chore(deps): update aiohttp requirement

Updates the requirements on [aiohttp](https://github.co...

github.com/Pycord-Development/pycord - cbcf3ce99f17e242faa447d4e73bddf712e327e0 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): update mypy requirement from ~=1.5.1 to ~=1.7.1 (#2268)

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version....

github.com/Pycord-Development/pycord - 31a9692997e1ffc3af34bbaed548f88c27722b20 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: ffmpeg terminated prematurely (#2240)

github.com/Pycord-Development/pycord - 80efff04865c888a93b06b505366477b31d1c871 authored 12 months ago by FrederikTheDane <[email protected]>
fix: TypeErrors raised from Reaction events (#2255)

fix try_enum

github.com/Pycord-Development/pycord - 73e71737c1c06fd964a6fa7b1439982f454c6fb4 authored 12 months ago by UK <[email protected]>
feat: Add properties for burst reactions (#1947)

* Support for burst reactions

* Complete implementation

* style(pre-commit): auto fixes fr...

github.com/Pycord-Development/pycord - 9e4b3fff915a947628d0c1410dc2e188a6d98afb authored about 1 year ago by UK <[email protected]>
fix: `_bytes_to_base64_data` not defined (#2185)

* fix: _bytes_to_base64_data isn't defined

* Add changelog entry

---------

Signed-off-b...

github.com/Pycord-Development/pycord - bbb1e3260da349febb58d2c88376f6125566815b authored about 1 year ago by Marc13 <[email protected]>
chore(deps-dev): update pytest requirement from ~=7.4.2 to ~=7.4.3 (#2249)

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest ...

github.com/Pycord-Development/pycord - 6888b902b60066ade8724e47f68c6236f2fef1f1 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump pre-commit from 3.4.0 to 3.5.0 (#2244)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.4.0 to 3.5.0.
- [Release not...

github.com/Pycord-Development/pycord - 927f8cefb0a5ba8ed5f2c7ccad3f734852bef62e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump codespell from 2.2.5 to 2.2.6 (#2235)

Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.5 to 2.2.6.
- [Releas...

github.com/Pycord-Development/pycord - 4e4d111f72e96ed1b9955b4dd4c5e13b549f658e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): update msgspec requirement from ~=0.18.0 to ~=0.18.4 (#2239)

Updates the requirements on [msgspec](https://github.com/jcrist/msgspec) to permit the latest ve...

github.com/Pycord-Development/pycord - 0f2685c708880e87067d721b66a36b1c45114436 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(pre-commit): pre-commit autoupdate (#2232)

updates:
- [github.com/asottile/pyupgrade: v3.11.0 → v3.13.0](https://github.com/asottile/pyupgr...

github.com/Pycord-Development/pycord - a745944113917403bc766836c7e581be299760c0 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore(deps-dev): update pytest requirement from ~=7.4.1 to ~=7.4.2 (#2229)

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest ...

github.com/Pycord-Development/pycord - b09fc463a22b9f4c13aabc6918dce303be2d5741 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(pre-commit): pre-commit autoupdate (#2231)

updates:
- [github.com/asottile/pyupgrade: v3.10.1 → v3.11.0](https://github.com/asottile/pyupg...

github.com/Pycord-Development/pycord - 7de45826999adb8133e047580ba18a3e2be3af2e authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore(pre-commit): pre-commit autoupdate (#2230)

updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0....

github.com/Pycord-Development/pycord - 046d38c914e902645265d42c38539be0f76a117c authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore(pre-commit): pre-commit autoupdate (#2202)

updates:
- [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](https://github.com/PyCQA/autoflake/com...

github.com/Pycord-Development/pycord - b4b109c380f9bf179bb999ada5d30f01421a3e73 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 (#2228)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.0.
- [Release no...

github.com/Pycord-Development/pycord - d16887423e832c8be53eb8342b06ef18f3c36bf6 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): update pytest requirement from ~=7.4.0 to ~=7.4.1 (#2227)

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest ...

github.com/Pycord-Development/pycord - 0bb308995aefd28443bdb9d7caeb8f233dd6b807 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci(deps): Bump actions/checkout from 3 to 4 (#2226)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

github.com/Pycord-Development/pycord - a1ec80f05ba3db415827c17816f3c40151fd1b9e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: fix changelog mistakes (#2222)

* docs: fix entry grammar mistakes

* style(pre-commit): auto fixes from pre-commit.com hooks

*...

github.com/Pycord-Development/pycord - 00b544cfeff615e51a0a555cdc2a92580b555142 authored about 1 year ago by JustaSqu1d <[email protected]>
docs: Update CHANGELOG.md with merged pull request #2164 (#2220)

* Update CHANGELOG.md

Signed-off-by: CarrotManMatt <[email protected]...

github.com/Pycord-Development/pycord - 225671013386af036ffc6e03818e38f07c91359d authored about 1 year ago by CarrotManMatt <[email protected]>
chore(deps-dev): Update coverage requirement from ~=7.2 to ~=7.3 (#2211)

Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the lates...

github.com/Pycord-Development/pycord - 1d463f67cec84d65a736fde7043c46bf1a49c329 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): Update mypy requirement from ~=1.5.0 to ~=1.5.1 (#2214)

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version....

github.com/Pycord-Development/pycord - e3ce532e0340e2b03f796586b4442f03da17b937 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: DMChannel.recipient and User.dm_channel being None after calling User.create_dm (#2219)

* Fix self.recipient

* style(pre-commit): auto fixes from pre-commit.com hooks

* CHANGELOG...

github.com/Pycord-Development/pycord - 402f2bd3fb1bde2cc4b06c6d76188893bda4a9fa authored about 1 year ago by David Hozic <[email protected]>
feat: Add `Guild.delete_auto_moderation_rule` (#2153)

* Update guild.py

* Update guild.py

* style(pre-commit): auto fixes from pre-commit.com ho...

github.com/Pycord-Development/pycord - a3bd2a04fbd7ac0cec5a119cc9b360965aaaab8e authored about 1 year ago by Marc13 <[email protected]>
feat: add support for custom status (#2206)

github.com/Pycord-Development/pycord - a26117691c4aa0330d59d78ae32d5cf765dadc4d authored about 1 year ago by Dorukyum <[email protected]>
feat: VoiceClient.play wait_finish parameter for awaiting end of stream (#2194)

* wait_end

* style(pre-commit): auto fixes from pre-commit.com hooks

* Changelog

* styl...

github.com/Pycord-Development/pycord - 017e4adb39bd04d92781f27c6d633c95dc7cd205 authored about 1 year ago by David Hozic <[email protected]>
chore(deps-dev): Update mypy requirement from ~=1.4.1 to ~=1.5.0 (#2208)

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version....

github.com/Pycord-Development/pycord - 1b8135645cab7931bb3c9111f7e2a4c3150fd9cf authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): Update msgspec requirement from ~=0.17.0 to ~=0.18.0 (#2209)

Updates the requirements on [msgspec](https://github.com/jcrist/msgspec) to permit the latest ve...

github.com/Pycord-Development/pycord - 68a9be6a777928c78d0da93e98e4a8ae4f238fe3 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>