Please migrate your project to use https://pypi.org/project/disnake directly.
Original Readme:
This module allows to use disnake using discord
namespace. This is not an independent library.
Python 3.8 or higher is required
Run the following command:
# Linux/macOS
python3 -m pip install -U "disnake[discord]"
# Windows
py -3 -m pip install -U disnake[discord]