Browse Source

Modified help message

Taichi Masuyama 4 years ago
parent
commit
0071adfeca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/server/service/slack-command-handler/help.js

+ 1 - 1
packages/app/src/server/service/slack-command-handler/help.js

@@ -11,7 +11,7 @@ module.exports = () => {
     message += 'Commands:\n\n';
     message += '`/growi create`                          Create new page\n\n';
     message += '`/growi search [keyword]`       Search pages\n\n';
-    message += '`/growi togetter`                      Create new page with existing slack conversations\n\n';
+    message += '`/growi togetter`                      Create new page with existing slack conversations (Alpha)\n\n';
     client.chat.postEphemeral({
       channel: body.channel_id,
       user: body.user_id,