Browse Source

add help command

Shun Miyazawa 4 years ago
parent
commit
d87fb149a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/slack/src/index.ts

+ 1 - 0
packages/slack/src/index.ts

@@ -5,6 +5,7 @@ export const supportedSlackCommands: string[] = [
 export const supportedGrowiCommands: string[] = [
   'search',
   'create',
+  'help',
 ];
 
 export * from './interfaces/growi-command';