From 91ad2882b66855af2a30b2bfe34abcc738039bd9 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sat, 15 Aug 2015 22:37:50 +0100 Subject: [PATCH] updated readme --- README.md | 3 ++- hydrabot/hydrabot.js | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08c3424b8..d81d728f6 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,14 @@ This node module is still in alpha, and some methods and functions may change or ### Features -* Send, Receive and Delete messages from channels _and_ DMs! Auto-initiates DMs for you! +* Send, Receive Delete and **Edit** 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. * Fast and efficient caching +* Auto-cache messages ### Example usage ```js diff --git a/hydrabot/hydrabot.js b/hydrabot/hydrabot.js index fa8f5a2a5..c9690779a 100644 --- a/hydrabot/hydrabot.js +++ b/hydrabot/hydrabot.js @@ -40,7 +40,6 @@ hydrabot.on( "ready", function() { hydrabot.on( "disconnected", function( obj ) { // Say we couldn't connect and then exit console.log( "Disconnected - " + obj.reason ); - console.log(obj.error); process.exit( 0 ); } );