Pārlūkot izejas kodu

add home description

zahmis 4 gadi atpakaļ
vecāks
revīzija
9fec494dee
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 8 0
      packages/slackbot-proxy/src/controllers/slack.ts

+ 8 - 0
packages/slackbot-proxy/src/controllers/slack.ts

@@ -415,6 +415,14 @@ export class SlackCtrl {
                   text: 'Welcome home',
                   text: 'Welcome home',
                 },
                 },
               },
               },
+              {
+                type: 'section',
+                text: {
+                  type: 'mrkdwn',
+                  // eslint-disable-next-line max-len
+                  text: 'Learn how to use GROWI Official bot. See See <https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html#official-bot-settings | Docs>.',
+                },
+              },
             ],
             ],
           },
           },
         });
         });