From b863463735c2ad38c3fec4cc7435bc0744d48517 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Fri, 14 Aug 2015 00:01:30 +0100 Subject: [PATCH] nice readme! :D --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 587d0234a..db6d0a6e8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ The aim of this API is to make it *really* simple to start developing your bots. ### Installation ``npm install discord.js`` +### Features + +* Send, Receive and Delete messages from channels _and_ DMs! Auto-initiates DMs for you! +* Create, Delete and Leave servers and channels +* Create invites for Servers +* Silent Mention - trigger mention notification without actually @mentioning a user! +* Get complete metadata on users, channels and servers - including avatars. +* Get limitless logs from channels. + ### Example usage ```js /* @@ -44,6 +53,5 @@ myBot.on( "message", function( message ) { } ); ``` ### TODO -* Documentation -* Better error handling -* Being able to cache new servers and channels as well as ones that are deleted - this is currently only done when a bot is created +* Joining servers from an invite +* Stealthy Ninja support