@@ -46,8 +46,8 @@ These changes are available on the `master` branch, but have not yet been releas
46
46
- Fixed ` Guild.create_test_entitlement() ` and ` User.create_test_entitlement() ` using the
47
47
guild/user ID instead of the application ID.
48
48
([ #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 ) )
51
51
52
52
### Changed
53
53
@@ -66,7 +66,7 @@ These changes are available on the `master` branch, but have not yet been releas
66
66
67
67
- Deprecated ` AppInfo.summary ` in favor of ` AppInfo.description ` .
68
68
([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
69
- - Deprecated ` Emoji ` in favor of ` GuildEmoji `
69
+ - Deprecated ` Emoji ` in favor of ` GuildEmoji ` .
70
70
([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
71
71
72
72
## [ 2.6.1] - 2024-09-15
@@ -89,9 +89,9 @@ These changes are available on the `master` branch, but have not yet been releas
89
89
` SortOrder ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
90
90
- Fixed ` PartialMessage ` causing errors when created from ` PartialMessageable ` .
91
91
([ #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 ` .
93
93
([ #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.
95
95
([ #2513 ] ( https://github.com/Pycord-Development/pycord/pull/2513 ) )
96
96
- Fixed inverted type hints in ` CheckAnyFailure ` .
97
97
([ #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
148
148
([ #2407 ] ( https://github.com/Pycord-Development/pycord/pull/2407 ) )
149
149
- Fixed invalid data being passed to ` Interaction._guild ` in certain cases.
150
150
([ #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 ` .
152
152
([ #2417 ] ( https://github.com/Pycord-Development/pycord/pull/2417 ) )
153
153
- Fixed parameter ` embed=None ` causing ` AttributeError ` on ` PartialMessage.edit ` .
154
154
([ #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
173
173
174
174
- Changed the type of ` Guild.bitrate_limit ` to ` int ` .
175
175
([ #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 .
177
177
([ #2395 ] ( https://github.com/Pycord-Development/pycord/pull/2395 ) )
178
178
- ` option ` decorator now accepts ` input_type ` .
179
179
([ #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
382
382
([ #2145 ] ( https://github.com/Pycord-Development/pycord/pull/2145 ) )
383
383
- Fixed ` Thread.applied_tags ` not being updated.
384
384
([ #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
386
386
type-hinting of ` User ` or ` Member ` .
387
387
([ #2148 ] ( https://github.com/Pycord-Development/pycord/pull/2148 ) )
388
388
- Fixed missing ` delete_after ` parameter in overload type-hinting for ` Webhook.send() ` .
0 commit comments