From fc9eb93486c6b4ce874a8822839b443774a2fc0e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 28 Nov 2017 17:04:58 -0500 Subject: [PATCH] Point to the new server and vanity URL. --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fb324b86d..a8487687e 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)