From 2f79ceeea6768bf388468dc2f8b9a067aa3270b2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 21:34:53 +0000 Subject: [PATCH] style(pre-commit): auto fixes from pre-commit.com hooks --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d99654a9..7e42278642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,8 @@ These changes are available on the `master` branch, but have not yet been releas ([#2106](https://github.com/Pycord-Development/pycord/pull/2106)) - Added Annotated forms support for typehinting slash command options. ([#2124](https://github.com/Pycord-Development/pycord/pull/2124)) -- Added `suppress` and `allowed_mentions` parameters to `Webhook` and `InteractionResponse` edit methods. +- Added `suppress` and `allowed_mentions` parameters to `Webhook` and + `InteractionResponse` edit methods. ([#2138](https://github.com/Pycord-Development/pycord/pull/2138)) ### Changed