hakumizuki hace 4 años
padre
commit
d4d1e53633
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/service/slackbot.js

+ 1 - 1
src/server/service/slackbot.js

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