Browse Source

Point to the new server and vanity URL.

pull/934/merge
Rapptz 7 years ago
parent
commit
fc9eb93486
  1. 14
      README.md

14
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)

Loading…
Cancel
Save