Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 792 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 792 Bytes

⚠️⚠️⚠️ This package is deprecated and is no longer being maintained. ⚠️⚠️⚠️

Please migrate your project to use https://pypi.org/project/disnake directly.




Original Readme:

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