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.
- Host: GitHub
- URL: https://github.com/disnakedev/discord-disnake
- Owner: DisnakeDev
- Created: 2022-01-02T09:12:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T14:39:25.000Z (about 1 year ago)
- Last Synced: 2024-05-19T15:02:53.274Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)