From 9a6cbff489526e6011a9ebddad67ce0e103eee0b Mon Sep 17 00:00:00 2001 From: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:12:37 -0700 Subject: [PATCH] docs: fix minor changelog grammar and wording (#2619) * docs: fix minor changelog grammar and wording * style(pre-commit): auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da04a101a..daf082ae66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,8 +46,8 @@ These changes are available on the `master` branch, but have not yet been releas - Fixed `Guild.create_test_entitlement()` and `User.create_test_entitlement()` using the guild/user ID instead of the application ID. ([#2595](https://github.com/Pycord-Development/pycord/pull/2595)) -- Fixed commands with `BucketType.cagegory` cooldown causing issues in private channels. - ([#2603](https://github.com/Pycord-Development/pycord/pull/2603)) +- Fixed `BucketType.category` cooldown commands not functioning correctly in private + channels. ([#2603](https://github.com/Pycord-Development/pycord/pull/2603)) ### Changed @@ -66,7 +66,7 @@ These changes are available on the `master` branch, but have not yet been releas - Deprecated `AppInfo.summary` in favor of `AppInfo.description`. ([#2520](https://github.com/Pycord-Development/pycord/pull/2520)) -- Deprecated `Emoji` in favor of `GuildEmoji` +- Deprecated `Emoji` in favor of `GuildEmoji`. ([#2501](https://github.com/Pycord-Development/pycord/pull/2501)) ## [2.6.1] - 2024-09-15 @@ -89,9 +89,9 @@ These changes are available on the `master` branch, but have not yet been releas `SortOrder`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500)) - Fixed `PartialMessage` causing errors when created from `PartialMessageable`. ([#2568](https://github.com/Pycord-Development/pycord/pull/2500)) -- Fixed the `guild` attribute of `Member`s recieved from a `UserCommand` being `None`. +- Fixed the `guild` attribute of `Member`s received from a `UserCommand` being `None`. ([#2573](https://github.com/Pycord-Development/pycord/pull/2573)) -- Fixed `Webhook.send` not including attachment data. +- Fixed `Webhook.send`, which did not include attachment data. ([#2513](https://github.com/Pycord-Development/pycord/pull/2513)) - Fixed inverted type hints in `CheckAnyFailure`. ([#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 ([#2407](https://github.com/Pycord-Development/pycord/pull/2407)) - Fixed invalid data being passed to `Interaction._guild` in certain cases. ([#2411](https://github.com/Pycord-Development/pycord/pull/2411)) -- Fixed option typehints being ignored when using `parameter_name`. +- Fixed option type hints being ignored when using `parameter_name`. ([#2417](https://github.com/Pycord-Development/pycord/pull/2417)) - Fixed parameter `embed=None` causing `AttributeError` on `PartialMessage.edit`. ([#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 - Changed the type of `Guild.bitrate_limit` to `int`. ([#2387](https://github.com/Pycord-Development/pycord/pull/2387)) -- HTTP requests that fail with a 503 status are now re-tried. +- HTTP requests that fail with a 503 status are now retried. ([#2395](https://github.com/Pycord-Development/pycord/pull/2395)) - `option` decorator now accepts `input_type`. ([#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 ([#2145](https://github.com/Pycord-Development/pycord/pull/2145)) - Fixed `Thread.applied_tags` not being updated. ([#2146](https://github.com/Pycord-Development/pycord/pull/2146)) -- Fixed type hinting of `author` property of `ApplicationContext` to include +- Fixed type-hinting of `author` property of `ApplicationContext` to include type-hinting of `User` or `Member`. ([#2148](https://github.com/Pycord-Development/pycord/pull/2148)) - Fixed missing `delete_after` parameter in overload type-hinting for `Webhook.send()`.