@@ -22,10 +22,20 @@ These changes are available on the `master` branch, but have not yet been releas
2222 ` tags ` . ([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
2323- Added ` Member.guild_banner ` and ` Member.display_banner ` properties.
2424 ([ #2556 ] ( https://github.com/Pycord-Development/pycord/pull/2556 ) )
25+ - Added support for Application Emojis.
26+ ([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
27+ - Added ` cache_app_emojis ` parameter to ` Client ` .
28+ ([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
2529- Added ` elapsed ` method to ` VoiceClient ` .
2630 ([ #2587 ] ( https://github.com/Pycord-Development/pycord/pull/2587/ ) )
2731- Added optional ` filter ` parameter to ` utils.basic_autocomplete() ` .
2832 ([ #2590 ] ( https://github.com/Pycord-Development/pycord/pull/2590 ) )
33+ - Added missing ` with_counts ` parameter to ` fetch_guilds ` method.
34+ ([ #2615 ] ( https://github.com/Pycord-Development/pycord/pull/2615 ) )
35+ - Added missing permissions: ` Permissions.use_soundboard ` ,
36+ ` Permissions.use_external_sounds ` and
37+ ` Permissions.view_creator_monetization_analytics ` .
38+ ([ #2620 ] ( https://github.com/Pycord-Development/pycord/pull/2620 ) )
2939
3040### Fixed
3141
@@ -42,8 +52,12 @@ These changes are available on the `master` branch, but have not yet been releas
4252- Fixed ` Guild.create_test_entitlement() ` and ` User.create_test_entitlement() ` using the
4353 guild/user ID instead of the application ID.
4454 ([ #2595 ] ( https://github.com/Pycord-Development/pycord/pull/2595 ) )
45- - Fixed commands with ` BucketType.cagegory ` cooldown causing issues in private channels.
46- ([ #2603 ] ( https://github.com/Pycord-Development/pycord/pull/2603 ) )
55+ - Fixed ` BucketType.category ` cooldown commands not functioning correctly in private
56+ channels. ([ #2603 ] ( https://github.com/Pycord-Development/pycord/pull/2603 ) )
57+ - Fixed ` SlashCommand ` 's ` ctx ` parameter couldn't be ` Union ` type.
58+ ([ #2611 ] ( https://github.com/Pycord-Development/pycord/pull/2611 ) )
59+ - Fixed ` TypeError ` when passing ` skus ` parameter in ` Client.entitlements() ` .
60+ ([ #2627 ] ( https://github.com/Pycord-Development/pycord/issues/2627 ) )
4761
4862### Changed
4963
@@ -52,11 +66,18 @@ These changes are available on the `master` branch, but have not yet been releas
5266 ([ #2496 ] ( https://github.com/Pycord-Development/pycord/pull/2496 ) )
5367- ⚠️ ** Removed support for Python 3.8.**
5468 ([ #2521 ] ( https://github.com/Pycord-Development/pycord/pull/2521 ) )
69+ - ` Emoji ` has been renamed to ` GuildEmoji ` .
70+ ([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
71+ - Replaced audioop (deprecated module) implementation of ` PCMVolumeTransformer.read `
72+ method with a pure Python equivalent.
73+ ([ #2176 ] ( https://github.com/Pycord-Development/pycord/pull/2176 ) )
5574
5675### Deprecated
5776
5877- Deprecated ` AppInfo.summary ` in favor of ` AppInfo.description ` .
5978 ([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
79+ - Deprecated ` Emoji ` in favor of ` GuildEmoji ` .
80+ ([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
6081
6182## [ 2.6.1] - 2024-09-15
6283
@@ -78,9 +99,9 @@ These changes are available on the `master` branch, but have not yet been releas
7899 ` SortOrder ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
79100- Fixed ` PartialMessage ` causing errors when created from ` PartialMessageable ` .
80101 ([ #2568 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
81- - Fixed the ` guild ` attribute of ` Member ` s recieved from a ` UserCommand ` being ` None ` .
102+ - Fixed the ` guild ` attribute of ` Member ` s received from a ` UserCommand ` being ` None ` .
82103 ([ #2573 ] ( https://github.com/Pycord-Development/pycord/pull/2573 ) )
83- - Fixed ` Webhook.send ` not including attachment data.
104+ - Fixed ` Webhook.send ` , which did not include attachment data.
84105 ([ #2513 ] ( https://github.com/Pycord-Development/pycord/pull/2513 ) )
85106- Fixed inverted type hints in ` CheckAnyFailure ` .
86107 ([ #2502 ] ( https://github.com/Pycord-Development/pycord/pull/2502 ) )
@@ -137,7 +158,7 @@ These changes are available on the `master` branch, but have not yet been releas
137158 ([ #2407 ] ( https://github.com/Pycord-Development/pycord/pull/2407 ) )
138159- Fixed invalid data being passed to ` Interaction._guild ` in certain cases.
139160 ([ #2411 ] ( https://github.com/Pycord-Development/pycord/pull/2411 ) )
140- - Fixed option typehints being ignored when using ` parameter_name ` .
161+ - Fixed option type hints being ignored when using ` parameter_name ` .
141162 ([ #2417 ] ( https://github.com/Pycord-Development/pycord/pull/2417 ) )
142163- Fixed parameter ` embed=None ` causing ` AttributeError ` on ` PartialMessage.edit ` .
143164 ([ #2446 ] ( https://github.com/Pycord-Development/pycord/pull/2446 ) )
@@ -162,7 +183,7 @@ These changes are available on the `master` branch, but have not yet been releas
162183
163184- Changed the type of ` Guild.bitrate_limit ` to ` int ` .
164185 ([ #2387 ] ( https://github.com/Pycord-Development/pycord/pull/2387 ) )
165- - HTTP requests that fail with a 503 status are now re-tried .
186+ - HTTP requests that fail with a 503 status are now retried .
166187 ([ #2395 ] ( https://github.com/Pycord-Development/pycord/pull/2395 ) )
167188- ` option ` decorator now accepts ` input_type ` .
168189 ([ #2417 ] ( https://github.com/Pycord-Development/pycord/pull/2417 ) )
@@ -371,7 +392,7 @@ These changes are available on the `master` branch, but have not yet been releas
371392 ([ #2145 ] ( https://github.com/Pycord-Development/pycord/pull/2145 ) )
372393- Fixed ` Thread.applied_tags ` not being updated.
373394 ([ #2146 ] ( https://github.com/Pycord-Development/pycord/pull/2146 ) )
374- - Fixed type hinting of ` author ` property of ` ApplicationContext ` to include
395+ - Fixed type- hinting of ` author ` property of ` ApplicationContext ` to include
375396 type-hinting of ` User ` or ` Member ` .
376397 ([ #2148 ] ( https://github.com/Pycord-Development/pycord/pull/2148 ) )
377398- Fixed missing ` delete_after ` parameter in overload type-hinting for ` Webhook.send() ` .
0 commit comments