We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337cce3 commit a21d8afCopy full SHA for a21d8af
README.md
@@ -1,3 +1,8 @@
1
+# jasonbot1.1 #
2
+
3
+## A simple slackbot with commands and message storage ##
4
5
6
# slack-sample-cli
7
8
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
@@ -13,5 +13,5 @@ module.exports = function (param) {
13
14
// send back the response
15
// 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');
+ util.postMessage(param.channel, 'I have no favorites because I am a robot.');
17
};
0 commit comments