@@ -32,8 +32,8 @@ These changes are available on the `master` branch, but have not yet been releas
32
32
([ #2590 ] ( https://github.com/Pycord-Development/pycord/pull/2590 ) )
33
33
- Added missing ` with_counts ` parameter to ` fetch_guilds ` method.
34
34
([ #2615 ] ( https://github.com/Pycord-Development/pycord/pull/2615 ) )
35
- - Added missing permissions: ` Permissions.use_soundboard ` ,
36
- ` Permissions.use_external_sounds ` and
35
+ - Added the following missing permissions: ` Permissions.use_soundboard ` ,
36
+ ` Permissions.use_external_sounds ` , and
37
37
` Permissions.view_creator_monetization_analytics ` .
38
38
([ #2620 ] ( https://github.com/Pycord-Development/pycord/pull/2620 ) )
39
39
- Added ` MediaChannel ` channel type.
@@ -56,7 +56,7 @@ These changes are available on the `master` branch, but have not yet been releas
56
56
([ #2595 ] ( https://github.com/Pycord-Development/pycord/pull/2595 ) )
57
57
- Fixed ` BucketType.category ` cooldown commands not functioning correctly in private
58
58
channels. ([ #2603 ] ( https://github.com/Pycord-Development/pycord/pull/2603 ) )
59
- - Fixed ` SlashCommand ` 's ` ctx ` parameter couldn't be ` Union ` type.
59
+ - Fixed ` ctx ` parameter of a ` SlashCommand ` not being ` Union ` type.
60
60
([ #2611 ] ( https://github.com/Pycord-Development/pycord/pull/2611 ) )
61
61
- Fixed ` TypeError ` when passing ` skus ` parameter in ` Client.entitlements() ` .
62
62
([ #2627 ] ( https://github.com/Pycord-Development/pycord/issues/2627 ) )
@@ -66,6 +66,8 @@ These changes are available on the `master` branch, but have not yet been releas
66
66
([ #2641 ] ( https://github.com/Pycord-Development/pycord/pull/2641 ) )
67
67
- Fixed ` AttributeError ` when accessing ` Member.guild_permissions ` for user installed
68
68
apps. ([ #2650 ] ( https://github.com/Pycord-Development/pycord/pull/2650 ) )
69
+ - Fixed type annotations of cached properties.
70
+ ([ #2635 ] ( https://github.com/Pycord-Development/pycord/issues/2635 ) )
69
71
70
72
### Changed
71
73
@@ -392,7 +394,7 @@ These changes are available on the `master` branch, but have not yet been releas
392
394
([ #2075 ] ( https://github.com/Pycord-Development/pycord/pull/2075 ) )
393
395
- Fixed ` before_invoke ` not being run for ` SlashCommandGroup ` .
394
396
([ #2091 ] ( https://github.com/Pycord-Development/pycord/pull/2091 ) )
395
- - Fixed ` AttributeError ` when accessing a ` Select ` object's values when it hasn't been
397
+ - Fixed ` AttributeError ` when accessing a ` Select ` object's values when it has not been
396
398
interacted with. ([ #2104 ] ( https://github.com/Pycord-Development/pycord/pull/2104 ) )
397
399
- Fixed ` before_invoke ` being run twice for slash subcommands.
398
400
([ #2139 ] ( https://github.com/Pycord-Development/pycord/pull/2139 ) )
@@ -423,7 +425,7 @@ These changes are available on the `master` branch, but have not yet been releas
423
425
([ #2196 ] ( https://github.com/Pycord-Development/pycord/pull/2196 ) )
424
426
- Fixed ` AttributeError ` when running permission checks without the ` bot ` scope.
425
427
([ #2113 ] ( https://github.com/Pycord-Development/pycord/issues/2113 ) )
426
- - Fixed ` Option ` not working on bridge commands because ` ext.commands.Command ` doesn't
428
+ - Fixed ` Option ` not working on bridge commands because ` ext.commands.Command ` does not
427
429
recognize them. ([ #2256 ] ( https://github.com/Pycord-Development/pycord/pull/2256 ) )
428
430
- Fixed offset-aware tasks causing ` TypeError ` when being prepared.
429
431
([ #2271 ] ( https://github.com/Pycord-Development/pycord/pull/2271 ) )
@@ -523,7 +525,7 @@ These changes are available on the `master` branch, but have not yet been releas
523
525
### Fixed
524
526
525
527
- Fixed bugs in ` Page.update_files ` where file objects stored in memory were causing an
526
- ` AttributeError ` , and ` io.BytesIO ` files didn't send properly more than once.
528
+ ` AttributeError ` , and ` io.BytesIO ` files did not send properly more than once.
527
529
([ #1869 ] ( https://github.com/Pycord-Development/pycord/pull/1869 ) &
528
530
[ #1881 ] ( https://github.com/Pycord-Development/pycord/pull/1881 ) )
529
531
- Fixed bridge groups missing the ` parent ` attribute.
@@ -878,9 +880,9 @@ These changes are available on the `master` branch, but have not yet been releas
878
880
([ #1453 ] ( https://github.com/Pycord-Development/pycord/pull/1453 ) )
879
881
- Update ` thread.members ` on ` thread.fetch_members ` .
880
882
([ #1464 ] ( https://github.com/Pycord-Development/pycord/pull/1464 ) )
881
- - Fix the error when Discord doesn't send the ` app_permissions ` data in ` Interaction ` .
883
+ - Fix the error when Discord does not send the ` app_permissions ` data in ` Interaction ` .
882
884
([ #1467 ] ( https://github.com/Pycord-Development/pycord/pull/1467 ) )
883
- - Fix AttributeError when voice client ` play() ` function isn't completed yet.
885
+ - Fix AttributeError when voice client ` play() ` function is not completed yet.
884
886
([ #1360 ] ( https://github.com/Pycord-Development/pycord/pull/1360 ) )
885
887
886
888
## [ 2.0.0-rc.1] - 2022-05-17
0 commit comments