https://github.com/soheab/dpy-missing-features
List of features that are or were not supported by discord.py but are in the API.
https://github.com/soheab/dpy-missing-features
api discord discord-py library
Last synced: about 1 year ago
JSON representation
List of features that are or were not supported by discord.py but are in the API.
- Host: GitHub
- URL: https://github.com/soheab/dpy-missing-features
- Owner: Soheab
- License: unlicense
- Created: 2024-08-06T14:40:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T13:22:13.000Z (almost 2 years ago)
- Last Synced: 2024-08-17T14:15:41.185Z (almost 2 years ago)
- Topics: api, discord, discord-py, library
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to this repository! Here you will be able to access lists of all the features that are not yet implemented in discord.py, but are supported by the [Discord API](https://discord.com/developers/docs/intro).
## Status explanation
You will notice that each table has a status column, this column indicates the status of the feature in discord.py. Here is what each status means:
- **Not Released**:
The feature is not yet released, the PR is not yet merged or the feature is not yet at all.
- **In Dev Version**:
The feature is in the development version of discord.py, you can install it by running ``pip install "discord.py @ git+https://github.com/Rapptz/discord.py"``.
- **Released in version X**:
The feature is released in the version X of discord.py, you can install it by running ``pip install discord.py>=X``.
## Contributing
To see how to contribute in this repository, take a look at [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
## Features
See the [features](FEATURES.md) file for a list of all features.
## Contact
Feel to contact us on Discord: `soheab_` (ID: 150665783268212746) or `dev_anony` (ID: 1097155878731395134) if you have any questions, suggestions or additions.