Skip to content

Commit a21d8af

Browse files
committed
updated readme
1 parent 337cce3 commit a21d8af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# jasonbot1.1 #
2+
3+
## A simple slackbot with commands and message storage ##
4+
5+
16
# slack-sample-cli
27

38
Sample app to work with [slack-terminalize](https://www.npmjs.com/package/slack-terminalize "slack terminalize at npm") with some basic custom commands

commands/favoriteColor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ module.exports = function (param) {
1313

1414
// send back the response
1515
// more on this method here: https://api.slack.com/methods/chat.postMessage
16-
util.postMessage(param.channel, 'I have no favorites because I am a robot');
16+
util.postMessage(param.channel, 'I have no favorites because I am a robot.');
1717
};

0 commit comments

Comments
 (0)