From fe826b71349fdc8e1e7081227a006584a8f67404 Mon Sep 17 00:00:00 2001 From: iDutchy Date: Thu, 1 Oct 2020 01:01:18 +0000 Subject: [PATCH] changes --- README.rst | 22 +++++----------------- docs/index.rst | 1 - 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/README.rst b/README.rst index 9f84d030..f38e5efb 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,6 @@ 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) @@ -39,27 +38,16 @@ To install the library without full voice support, you can just run the followin .. code:: sh # Linux/macOS - python3 -m pip install -U discord.py + python3 -m pip install -U git+https://github.com/iDutchy/discord.py # Windows - py -3 -m pip install -U discord.py - -Otherwise to get voice support you should run the following command: - -.. code:: sh - - # Linux/macOS - python3 -m pip install -U "discord.py[voice]" - - # Windows - py -3 -m pip install -U discord.py[voice] - + py -3 -m pip install -U git+https://github.com/iDutchy/discord.py To install the development version, do the following: .. code:: sh - $ git clone https://github.com/Rapptz/discord.py + $ git clone https://github.com/iDutchy/discord.py $ cd discord.py $ python3 -m pip install -U .[voice] @@ -117,6 +105,6 @@ You can find more examples in the examples directory. Links ------ -- `Documentation `_ -- `Official Discord Server `_ +- `Documentation `_ +- `Official Discord Server `_ - `Discord API `_ diff --git a/docs/index.rst b/docs/index.rst index 8090cd31..a4e8065c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,6 @@ 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)