discord-disnake

A shim for disnake (Python wrapper for the Discord API)


License
MIT
Install
pip install discord-disnake==2.3.0.2

Documentation

This package is a shim

This module allows to use disnake using discord namespace. This is not an independent library.

Installing

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]

Links