Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
128 changed files with 12143 additions and 18768 deletions
Showing only changes of commit 57efed682b - Show all commits

View File

@ -12,7 +12,7 @@ discord.py
:alt: PyPI supported Python versions
A modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python.
Credits to original lib by Rappts: https://github.com/iDutchy/discord.py
Credits to original lib by `Rappts <https://github.com/iDutchy/discord.py>`_
**WARNING: This is not the official discord.py lib! This is a custom version to which I add some features that might be useful or just makes things easier for the lazy people. See below which features have been added. This lib will also be kept updated with the BETA version of the original lib! So things may be unstable, please keep that in mind.**

View File

@ -11,8 +11,23 @@ Welcome to discord.py
discord.py is a modern, easy to use, feature-rich, and async ready API wrapper
for Discord.
Credits to original lib by `Rappts <https://github.com/iDutchy/discord.py>`_
**Features:**
**WARNING: This is not the official discord.py lib! This is a custom version to which I add some features that might be useful or just makes things easier for the lazy people. See below which features have been added. This lib will also be kept updated with the BETA version of the original lib! So things may be unstable, please keep that in mind.**
Custom Features
---------------
- **Documentation URL: https://enhanced-dpy.readthedocs.io/en/latest/index.html
- *URL at the bottom will redirect to the original libs documentation*
- Added ``Guild.bots`` / ``Guild.humans``
- Added ``Bot.owner`` / ``Bot.owners``
- Merged in ext-colors (https://github.com/MGardne8/DiscordPyColours)
- Using Rapptz/discord.py/tree/neo-docs for documentation
- Adding support for ``hex()`` to ``discord.Color``
Features
--------
- Modern Pythonic API using ``async``\/``await`` syntax
- Sane rate limit handling that prevents 429s