Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
130 changed files with 13521 additions and 18703 deletions
Showing only changes of commit 2b5490d4cb - Show all commits

View File

@ -1,5 +1,5 @@
Enhanced-dpy (custom discord.py)
==========
=================================
.. image:: https://img.shields.io/pypi/pyversions/discord.py.svg
:target: https://pypi.python.org/pypi/discord.py
@ -11,7 +11,7 @@ Credits to the `original lib by Rapptz <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.**
Custom Features
---------------
----------------
- **Documentation URL:** https://enhanced-dpy.readthedocs.io/en/latest/index.html
- Added ``Guild.bots`` / ``Guild.humans``

View File

@ -15,7 +15,7 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015-2020 Rapptz'
__version__ = '1.5.0-enhanced_1'
__version__ = '1.5.0.1'
__path__ = __import__('pkgutil').extend_path(__path__, __name__)