Merge V3/release/3.0.0 into V3/develop

This commit is contained in:
Toby Harradine
2019-01-28 15:30:30 +11:00
committed by GitHub
69 changed files with 21563 additions and 81 deletions

View File

@@ -66,19 +66,19 @@ Installing Red
.. code-block:: none
python -m pip install -U --process-dependency-links --no-cache-dir Red-DiscordBot
python -m pip install -U Red-DiscordBot
* With audio:
.. code-block:: none
python -m pip install -U --process-dependency-links --no-cache-dir Red-DiscordBot[voice]
python -m pip install -U Red-DiscordBot[voice]
* With audio and MongoDB support:
.. code-block:: none
python -m pip install -U --process-dependency-links --no-cache-dir Red-DiscordBot[voice,mongo]
python -m pip install -U Red-DiscordBot[voice,mongo]
.. note::