Explorar o código

add case 'create'

zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
f05533b421
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/server/service/bolt.js

+ 4 - 0
src/server/service/bolt.js

@@ -94,6 +94,10 @@ class BoltService {
           this.searchResults(command, args);
           break;
 
+        case 'create':
+          this.createModal(command, client, body);
+          break;
+
         default:
           this.notCommand(command);
           break;