From 2b5490d4cb722d72f92b735cf13f460052624c56 Mon Sep 17 00:00:00 2001 From: iDutchy Date: Sat, 17 Oct 2020 20:22:16 -0500 Subject: [PATCH] fixes --- README.rst | 4 ++-- discord/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index aa926618..d7f8e92b 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ **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`` diff --git a/discord/__init__.py b/discord/__init__.py index a0d5a1dc..6b2a5013 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -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__)