From af22935c47eaf0a8d486f514ef512b31da35c5e7 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Tue, 11 Aug 2015 22:36:23 +0100 Subject: [PATCH] readme update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b5821e84..ecb5a65b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # discord.js Discord.js is a node module that allows you to interface with the [Discord](https://discordapp.com/) API for creation of things such as bots or loggers. +The aim of this API is to make it *really* simple to start developing your bots. This API has server, channel and user tracking, as well as tools to make identification really simple. + +**[For more information, click here.](https://github.com/hydrabolt/discord.js/wiki)** + ### Installation ``npm install discord.js``