diff options
| author | Rapptz <[email protected]> | 2017-11-28 17:07:13 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-11-28 17:07:13 -0500 |
| commit | 45432ab26facbbb5762d79b96ced8cce98c4728d (patch) | |
| tree | 91209485ff38d649ae53a1de4f514d06cb7d42ac /README.rst | |
| parent | Prefix sha to fix leading zeros being stripped (diff) | |
| download | discord.py-45432ab26facbbb5762d79b96ced8cce98c4728d.tar.xz discord.py-45432ab26facbbb5762d79b96ced8cce98c4728d.zip | |
Update README to point to new server.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ Breaking Changes The discord API is constantly changing and the wrapper API is as well. There will be no effort to keep backwards compatibility in versions before ``v1.0.0``. -I recommend that you follow the discussion in the `unofficial Discord API discord channel <https://discord.gg/0SBTUU1wZTUzBx2q>`__ and update your installation periodically. I will attempt to make note of breaking changes in the API channel so make sure to subscribe to library news by typing ``?sub news`` in the channel. +I recommend joining either the `official discord.py server <https://discord.gg/r3sSKJJ>`_ or the `Discord API server <https://discord.gg/discord-api>`_ for help and discussion about the library. Installing ---------- @@ -42,7 +42,7 @@ To install the development version, do the following: or the more long winded from cloned source: .. code:: sh - + $ git clone https://github.com/Rapptz/discord.py $ cd discord.py $ python3 -m pip install -U .[voice] @@ -56,7 +56,7 @@ Quick Example ------------ .. code:: py - + import discord import asyncio |