From 554fec21b4468dd851b9881b34647f8f7ddd08ac Mon Sep 17 00:00:00 2001 From: RogueException Date: Thu, 13 Aug 2015 10:42:30 -0300 Subject: [PATCH 1/2] Added links to the node libraries by izy521 and hydraboly --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f804a751..7599de336 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,5 @@ await client.AcceptInvite("channel-invite-code"); ### Related Projects [DiscordBot](https://github.com/RogueException/DiscordBot) - A basic Discord.Net extension to add command and whitelist support. +[Discord.js](https://github.com/hydrabolt/discord.js) - Javascript/Node API wrapper for Discord +[node-discord](https://github.com/izy521/node-discord) - Javascript/Node API wrapper for Discord From 8ea4a5e6f8545194b47803c521cbbbde37e2feb1 Mon Sep 17 00:00:00 2001 From: RogueException Date: Thu, 13 Aug 2015 10:42:51 -0300 Subject: [PATCH 2/2] Formatting fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7599de336..2a691cef4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,6 @@ await client.AcceptInvite("channel-invite-code"); - Caches do not currently clean up when their entries are no longer referenced, and there is no cap to the message cache. For now, disconencting and reconnecting will clear all caches. ### Related Projects -[DiscordBot](https://github.com/RogueException/DiscordBot) - A basic Discord.Net extension to add command and whitelist support. -[Discord.js](https://github.com/hydrabolt/discord.js) - Javascript/Node API wrapper for Discord -[node-discord](https://github.com/izy521/node-discord) - Javascript/Node API wrapper for Discord +- [DiscordBot](https://github.com/RogueException/DiscordBot) - A basic Discord.Net extension to add command and whitelist support. +- [Discord.js](https://github.com/hydrabolt/discord.js) - Javascript/Node API wrapper for Discord +- [node-discord](https://github.com/izy521/node-discord) - Javascript/Node API wrapper for Discord