Browse Source

add help command

Shun Miyazawa 5 năm trước cách đây
mục cha
commit
d87fb149a2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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';