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