From 04c968a69fede1b058dca335a48633507e8ebeda Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Wed, 3 Dec 2014 12:29:28 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7019129..08bdaf9 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ Python-rtmbot is a callback based bot engine. The plugins architecture should be Some differences to webhooks: 1. Doesn't require a webserver to receive messages -2. Logs in as a slack user (or bot) -3. Bot users must be invited to a channel +2. Can respond to direct messages from users +3. Logs in as a slack user (or bot) +4. Bot users must be invited to a channel Dependencies ----------