From 554fec21b4468dd851b9881b34647f8f7ddd08ac Mon Sep 17 00:00:00 2001 From: RogueException Date: Thu, 13 Aug 2015 10:42:30 -0300 Subject: [PATCH] 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