art round 1

This commit is contained in:
2022-09-25 14:01:47 -04:00
commit 13732b1071
13 changed files with 5076 additions and 0 deletions

5
nodejs/index.js Normal file
View File

@ -0,0 +1,5 @@
'use strict';
const botController = require('./controller/mc-bot');
const chatController = require('./controller/mc-chatbot');
// const actionController = require('./controller/mc-actionbot');