coding-bot-v4
coding-bot-v4 copied to clipboard
Bump py-cord from 2.0.1 to 2.4.1
Bumps py-cord from 2.0.1 to 2.4.1.
Release notes
Sourced from py-cord's releases.
v2.4.1
https://pypi.org/project/py-cord/2.4.1
What's Changed
- fix: SlashCommandGroup.walk_commands() error by
@KrishnanS2006in Pycord-Development/pycord#1838- docs: add missing changelog and fix stage_raise_hand grammar by
@JustaSqu1din Pycord-Development/pycord#1924- fix: change Colour.embed_background() colors to correspond to new colors by
@TheGigain Pycord-Development/pycord#1931- chore(deps-dev): Update mypy requirement from ~=1.0.0 to ~=1.0.1 by
@dependabotin Pycord-Development/pycord#1929- chore(docs): add missing decorator in examples by
@JustaSqu1din Pycord-Development/pycord#1950- fix: ip discovery changes (74 byte udp packets) by
@Lulalabyin Pycord-Development/pycord#1955- fix: pass
reasonto the correct method in AutoModRule by@Om1609in Pycord-Development/pycord#1960- docs: fix message_content missing subject by
@JustaSqu1din Pycord-Development/pycord#1975Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1
v2.4.0
https://pypi.org/project/py-cord/2.4.0
What's Changed
- fix: creating automod rules & automod docs by
@plun1331in Pycord-Development/pycord#1822- chore: rename certified moderator by
@JustaSqu1din Pycord-Development/pycord#1825- fix: migrating v2 formatting error by
@JustaSqu1din Pycord-Development/pycord#1826- fix(ext.bridge): fix groups missing parent attr by
@Middledotin Pycord-Development/pycord#1823- fix(docs): utils.as_chunk format error by
@JustaSqu1din Pycord-Development/pycord#1829- chore: use correct aiohttp extra in requirements/speed.txt by
@classabbyampin Pycord-Development/pycord#1830- feat: Update AutoMod implementation by
@TheEnigmaBladein Pycord-Development/pycord#1809- fix: Reflect the api for bans by
@Lulalabyin Pycord-Development/pycord#1828- fix: Specify required argument types for variadic functions by
@mattabullockin Pycord-Development/pycord#1850- feat: Add image parameter to create_scheduled_event by
@Snawein Pycord-Development/pycord#1831- docs: New select examples by
@Lulalabyin Pycord-Development/pycord#1843- feat: add missing message types by
@JustaSqu1din Pycord-Development/pycord#1852- chore: Typehinting arguments and variable for examples by
@CringleySDaysin Pycord-Development/pycord#1855- feat!: add missing embedded activities by
@JustaSqu1din Pycord-Development/pycord#1859- fix: '_io.BytesIO' object has no attribute 'name' in paginator by
@yoggysin Pycord-Development/pycord#1869- chore: Update logos by
@Lulalabyin Pycord-Development/pycord#1871- chore: Fix grammar issues on readme by
@WilliamDavidHarrisonin Pycord-Development/pycord#1875- fix: images sending as 0 bytes in paginator if sent as
io.BytesIOby@CompuGeniusin Pycord-Development/pycord#1881- fix: Update release_level parameters by
@Revnoplexin Pycord-Development/pycord#1886- docs: Remove reference to Github discussions by
@BaconEriein Pycord-Development/pycord#1888- fix: Document Option.channel_types and properly support further channel types by
@NeloBlivionin Pycord-Development/pycord#1883- feat: application role connections by
@plun1331in Pycord-Development/pycord#1791- feat: add silent messages to MessageFlags by
@JustaSqu1din Pycord-Development/pycord#1912- feat: add silent parameter to Messageable.send by
@Dorukyumin Pycord-Development/pycord#1913- feat: add GIF sticker format by
@Dorukyumin Pycord-Development/pycord#1915- feat: add more raw events by
@BobDotComin Pycord-Development/pycord#1880- fix: properly store advanced version_info data by
@BobDotComin Pycord-Development/pycord#1920New Contributors
@classabbyampmade their first contribution in Pycord-Development/pycord#1830@TheEnigmaBlademade their first contribution in Pycord-Development/pycord#1809@mattabullockmade their first contribution in Pycord-Development/pycord#1850@CringleySDaysmade their first contribution in Pycord-Development/pycord#1855
... (truncated)
Changelog
Sourced from py-cord's changelog.
[2.4.1] - 2023-03-20
Changed
- Updated the values of the
Color.embed_background()classmethod to correspond with new theme colors in the app. (#1931)Fixed
- Fixed the type-hinting of
SlashCommandGroup.walk_commands()to reflect actual behavior. (#1838)- Fixed the voice ip discovery due to the recent announced change. (#1955)
- Fixed
reasonbeing passed to wrong method inguild.create_auto_moderation_rule. (#1960)[2.4.0] - 2023-02-10
Added
- Added new AutoMod trigger metadata properties
regex_patterns,allow_list, andmention_total_limit; and added themention_spamtrigger type. (#1809)- Added missing
imageparameter toGuild.create_scheduled_event()method. (#1831)- New
ApplicationRoleConnectionMetadataclass for application role connection metadata, along with thefetch_role_connection_metadata_recordsandupdate_role_connection_metadata_recordsmethods inClient. (#1791)- Added new message types,
role_subscription_purchase,interaction_premium_upsell,stage_start,stage_end,stage_speaker,stage_raise_hand,stage_topic, andguild_application_premium_subscription. (#1852)- Added new
EmbeddedActivityvalues. (#1859)- Added new
suppress_notificationstoMessageFlags. (#1912)- Added GIF sticker format type to the
StickerFormatTypeenum. (#1915)- Added new raw events:
raw_member_remove,raw_thread_update, andraw_thread_member_remove. (#1880)- Improved support for setting channel types & added new channel types for
discord.Option. (#1883)Changed
- Changed
EmbeddedActivityvalues to update accordingly with the new activities.
... (truncated)
Commits
9d4d0f7docs(changelog): fix pull request number in entrya45f687docs(changelog): update changelog for v2.4.141067e2docs: fix message_content missing subject (#1975)e621700chore(docs): add missing decorator in examples (#1950)5ffbe62fix: passreasonto the correct method in AutoModRule (#1960)6a8ee11fix: ip discovery changes (74 byte udp packets) (#1955)d298f43chore(deps-dev): Update mypy requirement from ~=1.0.0 to ~=1.0.1 (#1929)b6bd0c8fix: change Colour.embed_background() colors to correspond to new colors (#1931)2297a66chore(deps-dev): Update pylint requirement from ~=2.16.1 to ~=2.16.2 (#1923)c47cecfdocs(changelog): fix changelog entry for #1916- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)