zahmis 5 سال پیش
والد
کامیت
a13c02e346
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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}`);
       await say(`${command.text}`);
     });
     });
 
 
+    // TODO check if firstArg is the supported command(like "search")
     this.bolt.command('/growi', async({ command, ack, say }) => {
     this.bolt.command('/growi', async({ command, ack, say }) => {
       const inputSlack = command.text.split(' ');
       const inputSlack = command.text.split(' ');
       const firstArg = inputSlack[0];
       const firstArg = inputSlack[0];