Parcourir la source

add help command

Shun Miyazawa il y a 5 ans
Parent
commit
d87fb149a2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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';