From a119ca5b297ed4699a9bb3685466446736b46204 Mon Sep 17 00:00:00 2001 From: shiftinv Date: Sun, 19 May 2024 17:30:31 +0200 Subject: [PATCH 1/2] fix(packaging): remove `[discord]` extra --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a184953fdd..e2b6047f9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,6 @@ docs = [ "towncrier==23.6.0", "sphinx-notfound-page==0.8.3", ] -discord = ["discord-disnake"] [tool.pdm.dev-dependencies] nox = [ From c892bfc8322781b87bd595f6452b89b4356c0e56 Mon Sep 17 00:00:00 2001 From: shiftinv Date: Sun, 19 May 2024 17:31:55 +0200 Subject: [PATCH 2/2] docs: add changelog entry --- changelog/1196.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/1196.misc.rst diff --git a/changelog/1196.misc.rst b/changelog/1196.misc.rst new file mode 100644 index 0000000000..589b633408 --- /dev/null +++ b/changelog/1196.misc.rst @@ -0,0 +1 @@ +Remove ``disnake[discord]`` extra; the shim is deprecated, and has not been updated for several versions.