From 0a8012e40456a9755c819c13107a021f721ef9fe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 17:12:48 +0000 Subject: [PATCH] style(pre-commit): auto fixes from pre-commit.com hooks --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe72cf0b9..37862dda0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,9 +34,8 @@ These changes are available on the `master` branch, but have not yet been releas - Changed file-upload size limit from 8 MB to 25 MB accordingly. ([#2014](https://github.com/Pycord-Development/pycord/pull/2014)) -- `Interaction.channel` is received from the gateway, so it can now be `DMChannel` - and `GroupChannel`. - ([#2025](https://github.com/Pycord-Development/pycord/pull/2025)) +- `Interaction.channel` is received from the gateway, so it can now be `DMChannel` and + `GroupChannel`. ([#2025](https://github.com/Pycord-Development/pycord/pull/2025)) - `DMChannel.recipients` can now be `None` ([#2025](https://github.com/Pycord-Development/pycord/pull/2025))