Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
129 changed files with 13518 additions and 18702 deletions
Showing only changes of commit 2d7b6e239b - Show all commits

View File

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

View File

@ -46,7 +46,7 @@ setup(name='enhanced-dpy',
author='iDutchy',
url='https://github.com/iDutchy/discord.py',
project_urls={
"Documentation": "https://discordpy.readthedocs.io/en/latest/",
"Documentation": "https://enhanced-dpy.readthedocs.io/en/latest/",
"Issue tracker": "https://github.com/iDutchy/discord.py/issues",
},
version=version,