@@ -46,8 +46,8 @@ These changes are available on the `master` branch, but have not yet been releas
4646- Fixed ` Guild.create_test_entitlement() ` and ` User.create_test_entitlement() ` using the
4747 guild/user ID instead of the application ID.
4848 ([ #2595 ] ( https://github.com/Pycord-Development/pycord/pull/2595 ) )
49- - Fixed commands with ` BucketType.cagegory ` cooldown causing issues in private channels.
50- ([ #2603 ] ( https://github.com/Pycord-Development/pycord/pull/2603 ) )
49+ - Fixed ` BucketType.category ` cooldown commands not functioning correctly in private
50+ channels. ([ #2603 ] ( https://github.com/Pycord-Development/pycord/pull/2603 ) )
5151
5252### Changed
5353
@@ -66,7 +66,7 @@ These changes are available on the `master` branch, but have not yet been releas
6666
6767- Deprecated ` AppInfo.summary ` in favor of ` AppInfo.description ` .
6868 ([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
69- - Deprecated ` Emoji ` in favor of ` GuildEmoji `
69+ - Deprecated ` Emoji ` in favor of ` GuildEmoji ` .
7070 ([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
7171
7272## [ 2.6.1] - 2024-09-15
@@ -89,9 +89,9 @@ These changes are available on the `master` branch, but have not yet been releas
8989 ` SortOrder ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
9090- Fixed ` PartialMessage ` causing errors when created from ` PartialMessageable ` .
9191 ([ #2568 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
92- - Fixed the ` guild ` attribute of ` Member ` s recieved from a ` UserCommand ` being ` None ` .
92+ - Fixed the ` guild ` attribute of ` Member ` s received from a ` UserCommand ` being ` None ` .
9393 ([ #2573 ] ( https://github.com/Pycord-Development/pycord/pull/2573 ) )
94- - Fixed ` Webhook.send ` not including attachment data.
94+ - Fixed ` Webhook.send ` , which did not include attachment data.
9595 ([ #2513 ] ( https://github.com/Pycord-Development/pycord/pull/2513 ) )
9696- Fixed inverted type hints in ` CheckAnyFailure ` .
9797 ([ #2502 ] ( https://github.com/Pycord-Development/pycord/pull/2502 ) )
@@ -148,7 +148,7 @@ These changes are available on the `master` branch, but have not yet been releas
148148 ([ #2407 ] ( https://github.com/Pycord-Development/pycord/pull/2407 ) )
149149- Fixed invalid data being passed to ` Interaction._guild ` in certain cases.
150150 ([ #2411 ] ( https://github.com/Pycord-Development/pycord/pull/2411 ) )
151- - Fixed option typehints being ignored when using ` parameter_name ` .
151+ - Fixed option type hints being ignored when using ` parameter_name ` .
152152 ([ #2417 ] ( https://github.com/Pycord-Development/pycord/pull/2417 ) )
153153- Fixed parameter ` embed=None ` causing ` AttributeError ` on ` PartialMessage.edit ` .
154154 ([ #2446 ] ( https://github.com/Pycord-Development/pycord/pull/2446 ) )
@@ -173,7 +173,7 @@ These changes are available on the `master` branch, but have not yet been releas
173173
174174- Changed the type of ` Guild.bitrate_limit ` to ` int ` .
175175 ([ #2387 ] ( https://github.com/Pycord-Development/pycord/pull/2387 ) )
176- - HTTP requests that fail with a 503 status are now re-tried .
176+ - HTTP requests that fail with a 503 status are now retried .
177177 ([ #2395 ] ( https://github.com/Pycord-Development/pycord/pull/2395 ) )
178178- ` option ` decorator now accepts ` input_type ` .
179179 ([ #2417 ] ( https://github.com/Pycord-Development/pycord/pull/2417 ) )
@@ -382,7 +382,7 @@ These changes are available on the `master` branch, but have not yet been releas
382382 ([ #2145 ] ( https://github.com/Pycord-Development/pycord/pull/2145 ) )
383383- Fixed ` Thread.applied_tags ` not being updated.
384384 ([ #2146 ] ( https://github.com/Pycord-Development/pycord/pull/2146 ) )
385- - Fixed type hinting of ` author ` property of ` ApplicationContext ` to include
385+ - Fixed type- hinting of ` author ` property of ` ApplicationContext ` to include
386386 type-hinting of ` User ` or ` Member ` .
387387 ([ #2148 ] ( https://github.com/Pycord-Development/pycord/pull/2148 ) )
388388- Fixed missing ` delete_after ` parameter in overload type-hinting for ` Webhook.send() ` .
0 commit comments