瀏覽代碼

add help command

Shun Miyazawa 5 年之前
父節點
當前提交
d87fb149a2
共有 1 個文件被更改,包括 1 次插入0 次删除
  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';