From a094f51171dabca63f9c20e5bcfa1472bc44d2e6 Mon Sep 17 00:00:00 2001 From: Jeffrey Lembeck Date: Tue, 21 Jun 2016 18:28:05 -0700 Subject: [PATCH] fix(login): add help docs for login --- src/resources/subscriptions/routes/slack.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/resources/subscriptions/routes/slack.js b/src/resources/subscriptions/routes/slack.js index 5acd66b..f2db1da 100644 --- a/src/resources/subscriptions/routes/slack.js +++ b/src/resources/subscriptions/routes/slack.js @@ -127,7 +127,10 @@ var help = function() { "\t\t*command*: `subscribe` (create a new webhook), `help`, `list`\n" + "\t\t*type*: `package` or `scope`\n" + "\t\t*name*: the name of the package or scope, e.g. `lodash`\n" + - "\t\t*event*: this doesn't actually work yet :grimacing: :sweat_smile:\n"; + "\t\t*event*: this doesn't actually work yet :grimacing: :sweat_smile:\n" + + "\n" + + "\n" + + "/captain-hook login "; slack.chat.postMessage(channelID, message, slackOpts); };