@@ -32,8 +32,8 @@ These changes are available on the `master` branch, but have not yet been releas
3232 ([ #2590 ] ( https://github.com/Pycord-Development/pycord/pull/2590 ) )
3333- Added missing ` with_counts ` parameter to ` fetch_guilds ` method.
3434 ([ #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
3737 ` Permissions.view_creator_monetization_analytics ` .
3838 ([ #2620 ] ( https://github.com/Pycord-Development/pycord/pull/2620 ) )
3939- Added the ability to use functions with any number of optional arguments, and
@@ -57,7 +57,7 @@ These changes are available on the `master` branch, but have not yet been releas
5757 ([ #2595 ] ( https://github.com/Pycord-Development/pycord/pull/2595 ) )
5858- Fixed ` BucketType.category ` cooldown commands not functioning correctly in private
5959 channels. ([ #2603 ] ( https://github.com/Pycord-Development/pycord/pull/2603 ) )
60- - Fixed ` SlashCommand ` 's ` ctx ` parameter couldn't be ` Union ` type.
60+ - Fixed ` ctx ` parameter of a ` SlashCommand ` not being ` Union ` type.
6161 ([ #2611 ] ( https://github.com/Pycord-Development/pycord/pull/2611 ) )
6262- Fixed ` TypeError ` when passing ` skus ` parameter in ` Client.entitlements() ` .
6363 ([ #2627 ] ( https://github.com/Pycord-Development/pycord/issues/2627 ) )
@@ -393,7 +393,7 @@ These changes are available on the `master` branch, but have not yet been releas
393393 ([ #2075 ] ( https://github.com/Pycord-Development/pycord/pull/2075 ) )
394394- Fixed ` before_invoke ` not being run for ` SlashCommandGroup ` .
395395 ([ #2091 ] ( https://github.com/Pycord-Development/pycord/pull/2091 ) )
396- - Fixed ` AttributeError ` when accessing a ` Select ` object's values when it hasn't been
396+ - Fixed ` AttributeError ` when accessing a ` Select ` object's values when it has not been
397397 interacted with. ([ #2104 ] ( https://github.com/Pycord-Development/pycord/pull/2104 ) )
398398- Fixed ` before_invoke ` being run twice for slash subcommands.
399399 ([ #2139 ] ( https://github.com/Pycord-Development/pycord/pull/2139 ) )
@@ -424,7 +424,7 @@ These changes are available on the `master` branch, but have not yet been releas
424424 ([ #2196 ] ( https://github.com/Pycord-Development/pycord/pull/2196 ) )
425425- Fixed ` AttributeError ` when running permission checks without the ` bot ` scope.
426426 ([ #2113 ] ( https://github.com/Pycord-Development/pycord/issues/2113 ) )
427- - Fixed ` Option ` not working on bridge commands because ` ext.commands.Command ` doesn't
427+ - Fixed ` Option ` not working on bridge commands because ` ext.commands.Command ` does not
428428 recognize them. ([ #2256 ] ( https://github.com/Pycord-Development/pycord/pull/2256 ) )
429429- Fixed offset-aware tasks causing ` TypeError ` when being prepared.
430430 ([ #2271 ] ( https://github.com/Pycord-Development/pycord/pull/2271 ) )
@@ -524,7 +524,7 @@ These changes are available on the `master` branch, but have not yet been releas
524524### Fixed
525525
526526- Fixed bugs in ` Page.update_files ` where file objects stored in memory were causing an
527- ` AttributeError ` , and ` io.BytesIO ` files didn't send properly more than once.
527+ ` AttributeError ` , and ` io.BytesIO ` files did not send properly more than once.
528528 ([ #1869 ] ( https://github.com/Pycord-Development/pycord/pull/1869 ) &
529529 [ #1881 ] ( https://github.com/Pycord-Development/pycord/pull/1881 ) )
530530- Fixed bridge groups missing the ` parent ` attribute.
@@ -879,9 +879,9 @@ These changes are available on the `master` branch, but have not yet been releas
879879 ([ #1453 ] ( https://github.com/Pycord-Development/pycord/pull/1453 ) )
880880- Update ` thread.members ` on ` thread.fetch_members ` .
881881 ([ #1464 ] ( https://github.com/Pycord-Development/pycord/pull/1464 ) )
882- - Fix the error when Discord doesn't send the ` app_permissions ` data in ` Interaction ` .
882+ - Fix the error when Discord does not send the ` app_permissions ` data in ` Interaction ` .
883883 ([ #1467 ] ( https://github.com/Pycord-Development/pycord/pull/1467 ) )
884- - Fix AttributeError when voice client ` play() ` function isn't completed yet.
884+ - Fix AttributeError when voice client ` play() ` function is not completed yet.
885885 ([ #1360 ] ( https://github.com/Pycord-Development/pycord/pull/1360 ) )
886886
887887## [ 2.0.0-rc.1] - 2022-05-17
0 commit comments