This commit is contained in:
iDutchy 2020-10-17 20:22:16 -05:00
parent 18f80a737f
commit 2b5490d4cb
2 changed files with 3 additions and 3 deletions

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__)