From 7dad1d23c6db4f0f50815e61d8be1bac0449fdcb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:28:01 +0000 Subject: [PATCH] style(pre-commit): auto fixes from pre-commit.com hooks --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fbec727b..f30f0c83e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ possible (see our [Version Guarantees] for more info). These changes are available on the `master` branch, but have not yet been released. ### Added + - Added one command to install both packages for speedup and voice support. ([#2261](https://github.com/Pycord-Development/pycord/pull/2261)) - Added possibility to start bot via async context manager.