zahmis hace 5 años
padre
commit
c0404c2fc5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      packages/slack/src/index.ts

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

@@ -1,3 +1,6 @@
+// import { RegisterService } from '../../slackbot-proxy/src/services/RegisterService';
+
+
 export const supportedSlackCommands: string[] = [
   '/growi',
 ];
@@ -5,4 +8,5 @@ export const supportedSlackCommands: string[] = [
 export const supportedGrowiCommands: string[] = [
   'search',
   'create',
+  'register',
 ];