zahmis hace 5 años
padre
commit
a13c02e346
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/server/service/bolt.js

+ 1 - 0
src/server/service/bolt.js

@@ -75,6 +75,7 @@ class BoltService {
       await say(`${command.text}`);
     });
 
+    // TODO check if firstArg is the supported command(like "search")
     this.bolt.command('/growi', async({ command, ack, say }) => {
       const inputSlack = command.text.split(' ');
       const firstArg = inputSlack[0];