2
0
zahmis 5 жил өмнө
parent
commit
a13c02e346

+ 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];