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. 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 = [