An open API service indexing awesome lists of open source software.

https://github.com/disnakedev/discord-disnake

This package makes it possible to use disnake without changing the discord namespace.
https://github.com/disnakedev/discord-disnake

Last synced: 27 days ago
JSON representation

This package makes it possible to use disnake without changing the discord namespace.

Awesome Lists containing this project

README

        


⚠️⚠️⚠️ 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](https://github.com/DisnakeDev/disnake) using `discord` namespace. This is not an independent library.

# Installing

**Python 3.8 or higher is required**

Run the following command:

```sh
# Linux/macOS
python3 -m pip install -U "disnake[discord]"

# Windows
py -3 -m pip install -U disnake[discord]
```

# Links

- [Documentation](https://docs.disnake.dev/en/latest)
- [disnake GitHub](https://github.com/DisnakeDev/disnake)
- [disnake Discord](https://discord.gg/disnake)