|
@@ -71,7 +71,7 @@ class SlackBotService extends S2sMessageHandlable {
|
|
|
module = `./slack-command-handler/${command}`;
|
|
module = `./slack-command-handler/${command}`;
|
|
|
}
|
|
}
|
|
|
catch (err) {
|
|
catch (err) {
|
|
|
- this.notCommand(client, body);
|
|
|
|
|
|
|
+ await this.notCommand(client, body);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
try {
|
|
try {
|