فهرست منبع

update help message

Shun Miyazawa 4 سال پیش
والد
کامیت
49a50b2598
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/server/service/slackbot.js

+ 1 - 1
src/server/service/slackbot.js

@@ -76,7 +76,7 @@ class SlackBotService extends S2sMessageHandlable {
   }
   }
 
 
   async helpCommand(client, body) {
   async helpCommand(client, body) {
-    const message = 'This is `Help` message!';
+    const message = '*Help*\n growi-bot usage\n `/growi [command] [args]`\n\n Create new page\n `create`\n\n Search pages\n `search [keyword]`';
     client.chat.postEphemeral({
     client.chat.postEphemeral({
       channel: body.channel_id,
       channel: body.channel_id,
       user: body.user_id,
       user: body.user_id,