aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-11-28 17:04:58 -0500
committerRapptz <[email protected]>2017-11-28 17:04:58 -0500
commitfc9eb93486c6b4ce874a8822839b443774a2fc0e (patch)
tree968bf5d3e295c9bac042e466a066fec24446df3d /README.md
parentAdd ChannelType.category enum value. (diff)
downloaddiscord.py-fc9eb93486c6b4ce874a8822839b443774a2fc0e.tar.xz
discord.py-fc9eb93486c6b4ce874a8822839b443774a2fc0e.zip
Point to the new server and vanity URL.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/README.md b/README.md
index fb324b86..a8487687 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,10 @@ This was written to allow easier writing of bots or chat logs. Make sure to fami
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][ch] 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][guild] or the [Discord API server][ch] for help and discussion about the library.
-[ch]: https://discord.gg/0SBTUU1wZTUzBx2q
+[guild]: https://discord.gg/r3sSKJJ
+[ch]: https://discord.gg/discord-api
## Installing
@@ -96,12 +97,3 @@ You can find examples in the examples directory.
debian based systems by doing `sudo apt-get install libffi-dev`.
Usually `pip` will handle these for you.
-
-## Related Projects
-
-- [discord.js](https://github.com/discord-js/discord.js)
-- [discord.io](https://github.com/izy521/discord.io)
-- [Discord.NET](https://github.com/RogueException/Discord.Net)
-- [DiscordSharp](https://github.com/Luigifan/DiscordSharp)
-- [Discord4J](https://github.com/knobody/Discord4J)
-- [discordrb](https://github.com/meew0/discordrb)